Modulesยง
- local_
input ๐ - remote_
input ๐
Structsยง
LocalInput
receives data from a local channel.RemoteInput
connects to the upstream exchange server and receives data withgRPC
.
Traitsยง
Input
provides an interface forMergeExecutor
andReceiverExecutor
to receive data from upstream actors.
Functionsยง
- new_
input ๐Create aLocalInput
orRemoteInput
instance with given info. Used by merge executors and receiver executors.