public static interface NettyPipeline.SendOptions
| Modifier and Type | Method and Description |
|---|---|
NettyPipeline.SendOptions |
flushOnBoundary()
Make the underlying channel flush on a terminated
Publisher (default). |
default NettyPipeline.SendOptions |
flushOnEach()
Make the underlying channel flush item by item.
|
NettyPipeline.SendOptions |
flushOnEach(boolean withEventLoop)
Make the underlying channel flush item by item.
|
NettyPipeline.SendOptions flushOnBoundary()
Publisher (default).default NettyPipeline.SendOptions flushOnEach()
NettyPipeline.SendOptions flushOnEach(boolean withEventLoop)
withEventLoop parameter.withEventLoop - flag specifying whether flush operation
will be executed immediately or at some time in the future