-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RxJava 는 ReactiveX (Reactive Extensions)을 상속한 Java VM 버전입니다.: observable을 사용하여 비동기 처리와 이벤트 기반 프로그램을 만들기 위한 라이브러리 입니다.
더 많은 정보는 ReactiveX를 참고 바랍니다., ReactiveX 소개하기페이지에서 볼 수 있습니다.
RxJava는 경량화를 위해 노력하였습니다.. It is implemented as a single JAR that is focused on just the Observable abstraction and related higher-order functions. You could implement a composable Future that is similarly unbiased, but Akka Futures for example come tied in with an Actor library and a lot of other stuff.)
RxJava는 Java 6 이상, JVM을 기반으로 하는 Groovy, Clojure, JRuby, Kotlin ,Scala 같은 언어도 지원합니다.
RxJava는 Java/Scala 뿐만 아니라 JVM을 기반으로 하는 많은 언어 환경에서 각각의 특성을 존중하도록 설계되어 있음을 의미합니다.(여기에서 작업 중인 내용을 확인 할 수 있습니다.)
RxJava와 함께 쓸 수 있는 외부 라이브러리 :
- Hystrix latency and fault tolerance bulkheading library.
- Camel RX provides an easy way to reuse any of the Apache Camel components, protocols, transports and data formats with the RxJava API
-
rxjava-http-tail allows you to follow logs over HTTP, like
tail -f
- mod-rxvertx - Extension for VertX that provides support for Reactive Extensions (RX) using the RxJava library
- rxjava-jdbc - use RxJava with jdbc connections to stream ResultSets and do functional composition of statements
- rtree - immutable in-memory R-tree and R*-tree with RxJava api including backpressure
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Twitter @RxJava | Jobs