跳转到内容
简体中文

ClusterRouter

此内容尚不支持你的语言。

const ClusterRouter: object

Defined in: src/cluster/router/ClusterRouter.ts:86

Actor factory for the cluster router. See ClusterRouterOptions for the configuration builder and ClusterRouterOptionsType for the resolved shape.

factory<TMessage>(options): ActorFactory<TMessage | Broadcast<TMessage>>

TMessage

ClusterRouterOptions<TMessage>

ActorFactory<TMessage | Broadcast<TMessage>>