Package io.activej.csp.dsl
Interface HasChannelOutput<T>
- All Superinterfaces:
io.activej.reactor.Reactive
- All Known Subinterfaces:
WithChannelOutput<B,,T> WithChannelTransformer<B,I, O>
- All Known Implementing Classes:
AbstractChannelTransformer,ByteChunker,ByteRanger,ChannelFrameDecoder,ChannelFrameEncoder,RateLimiter
public interface HasChannelOutput<T>
extends io.activej.reactor.Reactive
-
Method Summary
Methods inherited from interface io.activej.reactor.Reactive
getReactor
-
Method Details
-
getOutput
ChannelOutput<T> getOutput()
-