Registry / messaging / rxrelay

rxrelay

JSON →
library3.0.1javamavenunverified

Objects that are both an Observable and a Consumer for RxJava.

<dependency> <groupId>com.jakewharton.rxrelay3</groupId> <artifactId>rxrelay</artifactId> <version>3.0.1</version> </dependency>
INSTALL
IMPORT
SIG · RXRELAY
R
rxrelay
messagingjavav3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Relay
✓ com.jakewharton.rxrelay3.Relay

Create a PublishRelay and emit a value.

import com.jakewharton.rxrelay3.PublishRelay; import io.reactivex.rxjava3.core.Observable; PublishRelay<String> relay = PublishRelay.create(); relay.subscribe(System.out::println); relay.accept("Hello");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
rxrelay — mvn dependency:get rxrelay · libregistry