Interface WithChannelInput<B,T>

All Superinterfaces:
HasChannelInput<T>, io.activej.reactor.Reactive
All Known Subinterfaces:
WithBinaryChannelInput<B>, WithChannelTransformer<B,I,O>
All Known Implementing Classes:
AbstractChannelTransformer, ByteChunker, ByteRanger, ChannelFrameDecoder, ChannelFrameEncoder, ChannelSplitter, RateLimiter

public interface WithChannelInput<B,T> extends HasChannelInput<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default B
     

    Methods inherited from interface io.activej.csp.dsl.HasChannelInput

    getInput

    Methods inherited from interface io.activej.reactor.Reactive

    getReactor