Interface WithChannelOutput<B,T>

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

public interface WithChannelOutput<B,T> extends HasChannelOutput<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default B
     

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

    getOutput

    Methods inherited from interface io.activej.reactor.Reactive

    getReactor