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 ActorInput = Input<Item = DispatcherMessageStreamItem, InputId = ActorId>;ActorInput provides an interface for MergeExecutor and
ReceiverExecutor to receive data from upstream actors.
Only used for actor inputs.