Retrieves the executor for a given capability key.
The capability key.
Registered executor instance.
Returns the internal map of all executors.
Registered executor map.
Checks if an executor is registered for the given capability key.
The capability key.
true when an executor is registered for the key.
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 custom capability executor.
Custom 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 a custom capability executor.
Custom capability key.
The executor instance.
Description
Mutable registry of capability executors keyed by capability id.