libnetty-reactive-streams-java

Netty Reactive Streams

Description

This library provides a reactive streams implementation for Netty. Essentially it comes in the form of two channel handlers, one that publishes inbound messages received on a channel to a Publisher, and another that writes messages received by a Subscriber outbound.

Features include:
 * Full backpressure support, as long as the AUTO_READ channel option
   is disabled.
 * Publishers/subscribers can be dynamically added and removed from
   the pipeline.
 * Multiple publishers/subscribers can be inserted into the pipeline.
 * Customisable cancel/complete/failure handling.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/playframework/netty-reactive-streams


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libnetty-reactive-streams-java