Retrieves the executor for a given capability key.
The capability key.
Returns the internal map of all executors.
Checks if an executor is registered for the given capability key.
The capability key.
True if registered, false otherwise.
Registers a capability executor for a given key. Supports both built-in and custom capability keys.
The capability key.
The executor instance.
This registry instance.
Registers a capability executor for a given key. Supports both built-in and custom capability keys.
The capability key.
The executor instance.
This registry instance.
Sets (adds or replaces) the executor for a given capability key.
The capability key.
The executor instance.
Sets (adds or replaces) the executor for a given capability key.
The capability key.
The executor instance.
Description
Mutable registry of capability executors keyed by capability id.