Modulesยง
- local_
input ๐ - remote_
input ๐
Structsยง
- Local
Input LocalInput
receives data from a local channel.- Remote
Input RemoteInput
connects to the upstream exchange server and receives data withgRPC
.
Traitsยง
- Input
Input
is a more abstract upstream input type, used forDynamicReceivers
type handling of multiple upstream inputs
Functionsยง
- apply_
dispatcher_ ๐barrier - assert_
equal_ ๐dispatcher_ barrier - new_
input ๐ - Create a
LocalInput
orRemoteInput
instance with given info. Used by merge executors and receiver executors. - process_
dispatcher_ ๐msg
Type Aliasesยง
Trait Aliasesยง
- Actor
Input ActorInput
provides an interface forMergeExecutor
andReceiverExecutor
to receive data from upstream actors. Only used for actor inputs.