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