OUT - the output data type.public static interface Channels.SelectableOutputChannel<OUT>
| Modifier and Type | Method and Description |
|---|---|
Channel.OutputChannel<OUT> |
index(int index)
Returns an output channel returning selectable data matching the specify index.
New output channels can be bound until data start coming After that, any attempt to bound a channel to a new index will cause an exception to be thrown. |
@NotNull Channel.OutputChannel<OUT> index(int index)
index - the channel index.IllegalStateException - if no more output channels can be bound to the
output.