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