| Package | Description |
|---|---|
| org.springframework.messaging.tcp.reactor |
Contains support for TCP messaging based on Reactor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNioBufferReactorNettyCodec<P>
Convenient base class for
ReactorNettyCodec implementations that need
to work with NIO ByteBuffers. |
| Constructor and Description |
|---|
ReactorNettyTcpClient(Consumer<reactor.ipc.netty.options.ClientOptions.Builder<?>> optionsConsumer,
ReactorNettyCodec<P> codec)
Alternate constructor with a
ClientOptions.Builder> consumer
providing additional control beyond a host and a port. |
ReactorNettyTcpClient(String host,
int port,
ReactorNettyCodec<P> codec)
Basic constructor with a host and a port.
|
ReactorNettyTcpConnection(reactor.ipc.netty.NettyInbound inbound,
reactor.ipc.netty.NettyOutbound outbound,
ReactorNettyCodec<P> codec,
reactor.core.publisher.DirectProcessor<Void> closeProcessor) |