Aller au contenu
Français

ShardReference

Ce contenu n’est pas encore disponible dans votre langue.

ShardReference<TCommand> = ShardKey<TCommand> | ShardKeyedClass<TCommand> | string

Defined in: src/cluster/sharding/ShardKey.ts:79

Anything that names a sharded entity type: its key, or the class declaring it.

TCommand = unknown