Zum Inhalt springen
Deutsch

ShardingOptions

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

ShardingOptions<TMessage, S> = ShardingOptionsBuilder<TMessage, S> | S

Defined in: src/cluster/sharding/ShardingOptions.ts:244

Accepted input for a sharded-region-configurable API: the fluent ShardingOptionsBuilder OR a plain ShardingOptionsType object.

TMessage

S extends ShardingOptionsType<TMessage> = ShardingOptionsType<TMessage>