Structs§
LocalOutput
sends data to a local channel.RemoteOutput
compacts the data and send to a local buffer channel, which will be further sent to the remote actor byExchangeService
.
Traits§
Output
provides an interface forDispatcher
to send data into downstream actors.
Functions§
- Create a
LocalOutput
orRemoteOutput
instance for the current actor id and the downstream actor id. Used by dispatchers.