Skip to main content

Module router

Module router 

Source
Expand description

Remote router config.

Wraps a local routing strategy so that the routees can be deployed across a list of remote Addresses. The local pool decides which routee gets the next message; the RemoteRouterConfig decides where that routee lives.

Structs§

RemoteRouterConfig

Enums§

RemoteRouterStrategy
Strategy for distributing routees across the configured nodes.

Type Aliases§

AdaptivePicker
Pluggable picker for RemoteRouterStrategy::Adaptive. Receives the candidate addresses (as strings) and returns the chosen one.