Class ClusterCommands
Used to register all Cluster management commands with a given PetabridgeCmd extension via the RegisterCommandPalette(CommandPaletteHandler) method.
Inherited Members
Namespace: Petabridge.Cmd.Cluster
Assembly: Petabridge.Cmd.Cluster.dll
Syntax
public sealed class ClusterCommands : CommandPaletteHandler
Fields
Instance
Singleton instance of this palette
Declaration
public static readonly ClusterCommands Instance
Field Value
| Type | Description |
|---|---|
| ClusterCommands |
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.