Trait Alias ActorInput

Source
trait ActorInput = Input<Item = DispatcherMessageStreamItem, InputId = ActorId>;
Expand description

ActorInput provides an interface for MergeExecutor and ReceiverExecutor to receive data from upstream actors. Only used for actor inputs.

Trait Implementations§

Source§

impl Debug for dyn ActorInput

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more