[ ソース: netty-reactive-streams ]
パッケージ: libnetty-reactive-streams-java (2.0.5-1)
libnetty-reactive-streams-java に関するリンク
Debian の資源:
netty-reactive-streams ソースパッケージをダウンロード:
- [netty-reactive-streams_2.0.5-1.dsc]
- [netty-reactive-streams_2.0.5.orig.tar.xz]
- [netty-reactive-streams_2.0.5-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Netty Reactive Streams
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.
その他の libnetty-reactive-streams-java 関連パッケージ
|
|
|
|
-
- dep: libnetty-java
- Java NIO client/server socket framework
-
- dep: libreactive-streams-java (>= 1.0.3)
- Standard for asynchronous stream processing with non-blocking backpressure