- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 44字
- 2021-08-13 15:22:55
Reactive Streams comparison
Before we jump into Reactor, let's compare the Streams model with some of the existing similar APIs, such as the java.util.Observable interface and the JMS API. We will try to determine the similarities and the key differences between the APIs.