-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional NIOAsyncChannel config (#406)
* Add additional NIOAsyncChannel config Motivation: Recent additions to pipeline configuration did not expose some of the `NIOAsyncChannel` configuration. Modifications: Expose `backpressureStrategy`, `isOutboundHalfClosureEnabled`. I think specific naming and object encapsulation for these parameters should be discussed later before SPI is removed and we review the API as a whole. Result: Pipelie helpers for `NIOAsyncChannel` expose `backpressureStrategy`, `isOutboundHalfClosureEnabled`. * review comments, re-order parameters * review comments * param reordering, missing docs comments
- Loading branch information
Showing
2 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters