Show / Hide Table of Contents

Class ClusterCommands

Used to register all Cluster management commands with a given PetabridgeCmd extension via the RegisterCommandPalette(CommandPaletteHandler) method.

Inheritance
object
CommandPaletteHandler
ClusterCommands
Inherited Members
CommandPaletteHandler.Palette
CommandPaletteHandler.OnRegister(PetabridgeCmd)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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
CommandPaletteHandler.HandlerProps
Remarks

One instance of the HandlerProps actor will be created per-connection. The actor will be terminated when that connection is closed.

In this article
Back to top Generated by DocFX