public interface NettyInbound
Channel| Modifier and Type | Method and Description |
|---|---|
ByteBufFlux |
receive()
A
Flux extension that allows for extra decoding operators |
reactor.core.publisher.Flux<?> |
receiveObject()
a Object inbound
Flux |
NettyInbound |
withConnection(java.util.function.Consumer<? super Connection> withConnection)
Calls the passed callback with a
Connection to operate on the
underlying Channel state. |
ByteBufFlux receive()
Flux extension that allows for extra decoding operatorsByteBufFluxreactor.core.publisher.Flux<?> receiveObject()
FluxFluxNettyInbound withConnection(java.util.function.Consumer<? super Connection> withConnection)
Connection to operate on the
underlying Channel state. This allows for chaining inbound API.withConnection - connection callbackConnection