Package io.activej.csp.dsl
Interface HasChannelInput<T>
- All Known Subinterfaces:
HasBinaryChannelInput,WithBinaryChannelInput<B>,WithChannelInput<B,,T> WithChannelTransformer<B,I, O>
- All Known Implementing Classes:
AbstractChannelTransformer,ChannelByteChunker,ChannelByteRanger,ChannelFrameDecoder,ChannelFrameEncoder,ChannelSplitter
public interface HasChannelInput<T>
-
Method Summary
-
Method Details
-
getInput
ChannelInput<T> getInput()
-