콘텐츠로 이동
한국어

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>>