public interface IOChannelBuilder extends ConfigurableChannelBuilder<IOChannelBuilder>
| Modifier and Type | Method and Description |
|---|---|
<DATA> IOChannel<DATA,DATA> |
buildChannel()
Builds and returns the I/O channel instance.
|
channels@NotNull <DATA> IOChannel<DATA,DATA> buildChannel()
DATA - the data type.