OutputChannel
Base interface for the output side of a communication channel.
The output side connects the upstream Node to the downstream InputChannel.
Parameters
ItemT
the type of items transmitted through this channel
ChannelT
the channel type (Push or Pull)
Inheritors
Properties
Link copied to clipboard
The input channel connected downstream.
Link copied to clipboard
Total number of data transmissions through this channel.
Link copied to clipboard
The Node that sends data through this output channel.
Functions
Link copied to clipboard
Checks if this push output channel is open.
Link copied to clipboard
Marks this pull output channel as no longer ready to receive requests.
Link copied to clipboard
Marks this pull output channel as ready to receive requests.
Link copied to clipboard
Registers a callback to be invoked when this channel closes.
Link copied to clipboard
Registers a callback to be invoked when this channel opens.