You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reactive Streams is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. This encompasses efforts aimed at runtime environments (JVM and JavaScript) as well as network protocols.
The Reactive Streams interfaces include Publisher, Subscriber, Subscription and Processor. The interfaces are conducive to asynchronous protocols, including Websocket and HTTP/2.
Refactor to Reactive Streams.
The Reactive Streams interfaces include Publisher, Subscriber, Subscription and Processor. The interfaces are conducive to asynchronous protocols, including Websocket and HTTP/2.
Multiple implementations already exist, and the interfaces have been proposed for Java 9 through JEP 266: More Concurrency Updates.
The text was updated successfully, but these errors were encountered: