ConnectablePushOutputChannel
sealed interface ConnectablePushOutputChannel<T> : OutputChannel<T, ChannelType.Push> , ConnectableOutputChannel<T, ChannelType.Push>
A push output channel that can be manually connected to an input channel.
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
Connects this output channel to a downstream input channel.
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.