Top "Reactive-programming" questions

Reactive Programming is a programming paradigm oriented around data flows and the propagation of change.

RxJava: how to compose multiple Observables with dependencies and collect all results at the end?

I'm learning RxJava and, as my first experiment, trying to rewrite the code in the first run() method in this …

java functional-programming reactive-programming rx-java
How to mock Spring WebFlux WebClient?

We wrote a small Spring Boot REST application, which performs a REST request on another REST endpoint. @RequestMapping("/api/v1") @…

spring rest unit-testing mocking reactive-programming
Why use Redux-Observable over Redux-Saga?

I have used Redux-Saga. Code written with it is easy to reason so far, except JS generator function is messing …

javascript redux reactive-programming redux-saga redux-observable
RxJava Fetching Observables In Parallel

I need some help in implementing parallel asynchronous calls in RxJava. I have picked up a simple use case wherein …

java asynchronous reactive-programming observable rx-java
RxJava Observing on calling/subscribing thread

I have some trouble understandig how subscribeOn/observeOn works in RxJava. I've created simple app with observable that emits solar …

java multithreading reactive-programming rx-java
How to create an Observable from OnClick Event Android?

I'm new in reactive programming. So I have problem when create a stream from an Event, like onClick, ontouch... Can …

android reactive-programming rx-java
How to reset a BehaviorSubject

I have a BehaviorSubject that I would like to reset - by that I mean I want the latest value …

stream rx-java reactive-programming rx-java2
Spring 5 WebClient using ssl

I'm trying to find examples of WebClient use. My goal is to use Spring 5 WebClient to query a REST service …

spring ssl reactive-programming self-signed spring-webflux
When to unsubscribe a subscription

I have a question regarding how to unsubscribe an observable. I have two codes and I'm not really sure about …

android rx-java reactive-programming rx-android
ReactiveCocoa vs RxSwift - pros and cons?

So now with swift, the ReactiveCocoa people have rewritten it in version 3.0 for swift Also, there's been another project spun …

swift reactive-programming rx-swift reactive-cocoa-3