Registry / other / rxjava-reactive-streams

rxjava-reactive-streams

JSON →
library1.2.1javamavenunverified

Adapter between RxJava and Reactive Streams for interoperability.

<dependency> <groupId>io.reactivex</groupId> <artifactId>rxjava-reactive-streams</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · RXJAVA-REACTIVE-ST
R
rxjava-reactive-streams
otherjavav1.2.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.

RxJavaReactiveStreams
io.reactivex.RxJavaReactiveStreams

Convert an RxJava Observable to a Reactive Streams Publisher.

import io.reactivex.RxJavaReactiveStreams; import org.reactivestreams.Publisher; public class RxJavaReactiveExample { public static void main(String[] args) { Publisher<Integer> publisher = RxJavaReactiveStreams.toPublisher( io.reactivex.Observable.just(1, 2, 3) ); publisher.subscribe(System.out::println); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
rxjava-reactive-streams — mvn dependency:get rxjava-reactive-streams · libregistry