public static interface NettyPipeline.SendOptions
| Modifier and Type | Method and Description |
|---|---|
NettyPipeline.SendOptions |
flushOnBoundary()
Make the underlying channel flush on a terminated
Publisher (default). |
NettyPipeline.SendOptions |
flushOnEach()
Make the underlying channel flush item by item.
|
NettyPipeline.SendOptions flushOnBoundary()
Publisher (default).NettyPipeline.SendOptions flushOnEach()