BridgedCommandRegistry

Command registry wrapper that notifies a PlatformCommandBridge on registration changes.

Design note

ktale-api intentionally keeps command contracts IO-free. This wrapper is the point where core can optionally bridge command registration into a host runtime without polluting the logic-only registry itself.

Constructors

Link copied to clipboard
constructor(delegate: CommandRegistry, bridge: PlatformCommandBridge)

Functions

Link copied to clipboard
open override fun dispatch(context: CommandContext): CommandResult
Link copied to clipboard
open override fun register(definition: CommandDefinition)
Link copied to clipboard
open override fun unregister(name: String)