Перейти к содержимому
Русский

RoutingStrategy

Это содержимое пока не доступно на вашем языке.

RoutingStrategy = (routees, state) => Iterable<ActorRef>

Defined in: src/Router.ts:11

Strategy that picks the next routee(s) for a message.

ReadonlyArray<ActorRef>

RouterState

Iterable<ActorRef>