Interface JavaChannelInstance

All Superinterfaces:
ChannelInstance, ExecutionResource, ReferenceCountable
All Known Implementing Classes:
CollectionChannel.Instance, StreamChannel.Instance

public interface JavaChannelInstance extends ChannelInstance
Defines execution logic to handle a Channel.
  • Method Details

    • provideStream

      <T> Stream<T> provideStream()
      Provide the producer's result to a consumer.
      Returns:
      the producer's result