CommandRegistryImpl

Thread-safe command registry.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun get(name: String): Command?
Link copied to clipboard
open override fun register(command: Command)
Link copied to clipboard
open override fun unregister(name: String)