Modules§
Structs§
- Local
Input LocalInputreceives data from a local channel.- Remote
Input RemoteInputconnects to the upstream exchange server and receives data withgRPC.
Traits§
- Input
Inputis a more abstract upstream input type, used forDynamicReceiverstype handling of multiple upstream inputs
Functions§
- assert_
equal_ 🔒dispatcher_ barrier - new_
input 🔒 - Create a
LocalInputorRemoteInputinstance with given info. Used by merge executors and receiver executors.
Type Aliases§
Trait Aliases§
- Actor
Input ActorInputprovides an interface forMergeExecutorandReceiverExecutorto receive data from upstream actors. Only used for actor inputs.