====== RxJava ====== * [[https://github.com/ReactiveX/RxJava|RxJava]] ReactiveX Java 구현체 * [[https://github.com/ReactiveX/RxJavaReactiveStreams|RxJavaReactiveStreams]] [[reactive_programming:reactive_streams|Reactive Streams]] Adapter ===== Tuning ===== * [[reactive_programming:block_hound|Block Hound]] ===== 참조 ===== * [[https://www.baeldung.com/rx-java|Introduction to RxJava | Baeldung]] * [[https://dzone.com/articles/reactive-extensions-for-java-rxjava|RxJava: Reactive Extensions for Java - DZone Java]] * [[https://medium.com/@jagsaund/5-not-so-obvious-things-about-rxjava-c388bd19efbc|5 Not So Obvious Things About RxJava]] * [[http://www.baeldung.com/rxjava-custom-operators|Implementing Custom Operators in RxJava | Baeldung]] * [[https://dzone.com/articles/rxjava-flatmap-vs-concatmap-vs-concatmapeager|RxJava: flatMap() vs. concatMap() vs. concatMapEager() - DZone Java]] * [[http://www.baeldung.com/rxjava-2-flowable|RxJava 2 - Flowable | Baeldung]] * [[http://www.baeldung.com/rxjava-maybe|RxJava Maybe | Baeldung]] * [[http://www.vogella.com/tutorials/RxJava/article.html|RxJava 2 tutorial]] * [[https://medium.com/netflix-techblog/reactive-programming-in-the-netflix-api-with-rxjava-7811c3a1496a|Reactive Programming in the Netflix API with RxJava]] * [[https://www.baeldung.com/rxjava-hooks|RxJava Hooks | Baeldung]] * [[https://medium.com/@bschlining/bridging-completeablefutures-and-rxjava-9dd6f0a9d188|Bridging CompleteableFutures and RxJava – Brian Schlining – Medium]]