跳转到内容
简体中文

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>