{"id":56827,"library":"rxjava-reactive-streams","title":"RxJava Reactive Streams","description":"Adapter between RxJava and Reactive Streams for interoperability.","status":"active","version":"1.2.1","language":"java","source_language":null,"source_url":"https://github.com/ReactiveX/RxJavaReactiveStreams","tags":["rxjava","reactive","streams","adapter"],"install":[{"cmd":"<dependency>\n  <groupId>io.reactivex</groupId>\n  <artifactId>rxjava-reactive-streams</artifactId>\n  <version>1.2.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.reactivex:rxjava-reactive-streams:1.2.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"RxJavaReactiveStreams","correct":"io.reactivex.RxJavaReactiveStreams"}],"quickstart":{"code":"import io.reactivex.RxJavaReactiveStreams;\nimport org.reactivestreams.Publisher;\n\npublic class RxJavaReactiveExample {\n    public static void main(String[] args) {\n        Publisher<Integer> publisher = RxJavaReactiveStreams.toPublisher(\n            io.reactivex.Observable.just(1, 2, 3)\n        );\n        publisher.subscribe(System.out::println);\n    }\n}","lang":"java","description":"Convert an RxJava Observable to a Reactive Streams Publisher."},"warnings":[],"env_vars":null,"search_vec":"'adapt':4,15 'interoper':11 'reactiv':2,8,13 'rxjava':1,6,12 'stream':3,9,14","created_at":"2026-06-15T10:51:42.487559+00:00","updated_at":"2026-06-15T10:51:42.487559+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ReactiveX/RxJavaReactiveStreams","github":"https://github.com/ReactiveX/RxJavaReactiveStreams","docs":"https://appdoc.app/artifact/io.reactivex/rxjava-reactive-streams/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}