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 provides an interface for MergeExecutor and ReceiverExecutor to receive data from upstream actors.

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ยง

BoxedInput