Module input

Source

Modulesยง

local_input ๐Ÿ”’
remote_input ๐Ÿ”’

Structsยง

LocalInput
LocalInput receives data from a local channel.
RemoteInput
RemoteInput connects to the upstream exchange server and receives data with gRPC.

Traitsยง

Input
Input is a more abstract upstream input type, used for DynamicReceivers type handling of multiple upstream inputs

Functionsยง

apply_dispatcher_barrier ๐Ÿ”’
assert_equal_dispatcher_barrier ๐Ÿ”’
new_input ๐Ÿ”’
Create a LocalInput or RemoteInput instance with given info. Used by merge executors and receiver executors.
process_dispatcher_msg ๐Ÿ”’

Type Aliasesยง

BoxedActorInput
BoxedInput

Trait Aliasesยง

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