Package io.activej.csp.dsl
Interface HasChannelOutput<T>
- All Known Subinterfaces:
WithChannelOutput<B,,T> WithChannelTransformer<B,I, O>
- All Known Implementing Classes:
AbstractChannelTransformer,ChannelByteChunker,ChannelByteRanger,ChannelFrameDecoder,ChannelFrameEncoder
public interface HasChannelOutput<T>
-
Method Summary
-
Method Details
-
getOutput
ChannelOutput<T> getOutput()
-