콘텐츠로 이동
한국어

ShardReference

이 콘텐츠는 아직 번역되지 않았습니다.

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