ClusterRouter
Esta página aún no está disponible en tu idioma.
constClusterRouter: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.
Type Declaration
Section titled “Type Declaration”factory()
Section titled “factory()”factory<
TMessage>(options):ActorFactory<TMessage|Broadcast<TMessage>>
Type Parameters
Section titled “Type Parameters”TMessage
Section titled “TMessage”TMessage
Parameters
Section titled “Parameters”options
Section titled “options”ClusterRouterOptions<TMessage>
Returns
Section titled “Returns”ActorFactory<TMessage | Broadcast<TMessage>>
