Package io.activej.csp.dsl
Interface HasChannelInput<T>
- All Superinterfaces:
io.activej.reactor.Reactive
- All Known Subinterfaces:
HasBinaryChannelInput,WithBinaryChannelInput<B>,WithChannelInput<B,,T> WithChannelTransformer<B,I, O>
- All Known Implementing Classes:
AbstractChannelTransformer,ByteChunker,ByteRanger,ChannelFrameDecoder,ChannelFrameEncoder,ChannelSplitter,RateLimiter
public interface HasChannelInput<T>
extends io.activej.reactor.Reactive
-
Method Summary
Methods inherited from interface io.activej.reactor.Reactive
getReactor
-
Method Details
-
getInput
ChannelInput<T> getInput()
-