See: Description
| Interface | Description |
|---|---|
| ReactorNettyCodec<P> |
Simple holder for a decoding
Function and an encoding
BiConsumer to use with Reactor Netty. |
| Class | Description |
|---|---|
| AbstractMonoToListenableFutureAdapter<S,T> |
Adapts
Mono to ListenableFuture optionally converting the
result Object type <S> to the expected target type <T>. |
| AbstractNioBufferReactorNettyCodec<P> |
Convenient base class for
ReactorNettyCodec implementations that need
to work with NIO ByteBuffers. |
| MonoToListenableFutureAdapter<T> |
A Mono-to-ListenableFuture adapter where the source and the target from
the Promise and the ListenableFuture respectively are of the same type.
|
| ReactorNettyTcpClient<P> |
Reactor Netty based implementation of
TcpOperations. |
| ReactorNettyTcpClient.StompMessageDecoder<P> | |
| ReactorNettyTcpConnection<P> |
Reactor Netty based implementation of
TcpConnection. |