FakeCommandBridge

Minimal command bridge for the fake platform.

This bridge captures registrations for introspection and dispatches inbound commands into the bound registry.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun bind(registry: CommandRegistry)
Link copied to clipboard
open override fun dispatchInbound(context: CommandContext): CommandResult
Link copied to clipboard

Returns whether a command is registered (by primary name).

Link copied to clipboard
open override fun onRegister(definition: CommandDefinition)
Link copied to clipboard
open override fun onUnregister(name: String)