Module output

Source

Structs§

LocalOutput
LocalOutput sends data to a local channel.
RemoteOutput
RemoteOutput compacts the data and send to a local buffer channel, which will be further sent to the remote actor by ExchangeService.

Traits§

Output
Output provides an interface for Dispatcher to send data into downstream actors.

Functions§

new_output
Create a LocalOutput or RemoteOutput instance for the current actor id and the downstream actor id. Used by dispatchers.

Type Aliases§

BoxedOutput