Skip to content

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>