Optional accessor returning all registered services as a read-only map.
Retrieve a registered service instance by key. Returns undefined if no service is registered under that key.
Check if a service is registered under the given key.
Register a service instance under a unique key. Throws or logs if a service with the same key is already registered.
In-memory implementation of the ServerExtensionServiceRegistry.