Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to Reactive Streams APIs #4

Open
donmendelson opened this issue Dec 19, 2016 · 0 comments
Open

Refactor to Reactive Streams APIs #4

donmendelson opened this issue Dec 19, 2016 · 0 comments

Comments

@donmendelson
Copy link
Member

Refactor to Reactive Streams.

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.

Multiple implementations already exist, and the interfaces have been proposed for Java 9 through JEP 266: More Concurrency Updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant