GetShardStats
Este conteúdo não está disponível em sua língua ainda.
GetShardStats =
object
Defined in: src/cluster/sharding/ShardingProtocol.ts:169
Ask a shard what it is holding. replyTo must be a ref the shard can
actually reach — an actor’s own self works from any node; ask() works
when the shard is on the caller’s node. For the cluster-wide picture use
ClusterSharding.shards(), which routes its reply through the region.
Properties
Section titled “Properties”
readonlykind:"sharding.GetShardStats"
Defined in: src/cluster/sharding/ShardingProtocol.ts:170
replyTo
Section titled “replyTo”
readonlyreplyTo:ActorRef<ShardStats>
Defined in: src/cluster/sharding/ShardingProtocol.ts:171
