Show / Hide Table of Contents

Namespace Petabridge.Cmd.Host

Classes

CommandHandlerActor

Convenience class for creating actors who handle Commands sent from a Petabridge.Cmd client.

CommandPaletteHandler

Used to register a CommandPalette with a given IActorRef. Any Command objects that are received by this host which are defined inside Palette will be routed to actor created via HandlerProps. Any commands defined inside a different CommandPalette will be routed to the appropriate CommandPaletteHandler by the petabridge.cmd.Host.

PetabridgeCmd

The petabridge.cmd host. Register CommandPalette instances with this in order to expose new capabilities with petabridge.cmd clients.

PetabridgeCmdExtension

INTERNAL API. Defines the PetabridgeCmd plugin used directly be end-users.

PetabridgeCmdHostingExtensions

Akka.Hosting extension methods

PetabridgeCmdOptions

Designed to work alongside Microsoft.Extensions.Configuration and Akka.Hosting support for Petabridge.Cmd.

PetabridgeCmdSettings

The connectivity settings for the petabridge.cmd host. Depends on having an petabridge.cmd HOCON configuration section.

In this article
Back to top Generated by DocFX