RoutingStrategy
Ce contenu n’est pas encore disponible dans votre langue.
RoutingStrategy = (
routees,state) =>Iterable<ActorRef>
Defined in: src/Router.ts:11
Strategy that picks the next routee(s) for a message.
Parameters
Section titled “Parameters”routees
Section titled “routees”ReadonlyArray<ActorRef>
Returns
Section titled “Returns”Iterable<ActorRef>