Module dispatch

Source

Macrosยง

for_all_dispatcher_variants ๐Ÿ”’
impl_dispatcher ๐Ÿ”’

Structsยง

BroadcastDispatcher
BroadcastDispatcher dispatches message to all outputs.
DispatchExecutor
DispatchExecutor consumes messages and send them into downstream actors. Usually, data chunks will be dispatched with some specified policy, while control message such as barriers will be distributed to all receivers.
DispatchExecutorInner ๐Ÿ”’
DispatchExecutorMetrics ๐Ÿ”’
DispatcherWithMetrics ๐Ÿ”’
HashDataDispatcher
RoundRobinDataDispatcher
SimpleDispatcher
SimpleDispatcher dispatches message to a single output.

Enumsยง

DispatcherImpl

Traitsยง

Dispatcher

Functionsยง

broadcast_concurrent ๐Ÿ”’
Concurrently broadcast a message to all outputs.
try_batch_barriers ๐Ÿ”’
Tries to batch up to max_barrier_count_per_batch consecutive barriers within a single message batch.

Trait Aliasesยง

DispatchFuture