Class ClusterShardingCommands
Provides a set of commands for working with ClusterSharding on the current node.
Inherited Members
Namespace: Petabridge.Cmd.Cluster.Sharding
Assembly: Petabridge.Cmd.Cluster.Sharding.dll
Syntax
public sealed class ClusterShardingCommands : CommandPaletteHandler
Remarks
NOTE: these commands will only work as expected on nodes that have started ShardRegions and have access to a live, running ClusterSharding instance.
Fields
Instance
Declaration
public static readonly ClusterShardingCommands Instance
Field Value
| Type | Description |
|---|---|
| ClusterShardingCommands |
Properties
HandlerProps
The Props of the actor who will handle the messages.
Declaration
public override Props HandlerProps { get; }
Property Value
| Type | Description |
|---|---|
| Props |
Overrides
Remarks
One instance of the HandlerProps actor will be created per-connection. The actor will be terminated when that connection is closed.