Class PetabridgeCmdClientExtension
INTERNAL API. Defines the PetabridgeCmdClient plugin used directly be end-users.
Inherited Members
Namespace: Petabridge.Cmd.Common.Client
Assembly: Petabridge.Cmd.Common.dll
Syntax
public sealed class PetabridgeCmdClientExtension : ExtensionIdProvider<PetabridgeCmdClient>, IExtensionId<PetabridgeCmdClient>, IExtensionId
Methods
CreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override PetabridgeCmdClient CreateExtension(ExtendedActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
| Type | Description |
|---|---|
| PetabridgeCmdClient | The extension created using the given actor system. |
Overrides
Akka.Actor.ExtensionIdProvider<Petabridge.Cmd.Common.Client.PetabridgeCmdClient>.CreateExtension(Akka.Actor.ExtendedActorSystem)