You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to register several services in the register implementing the same interface.
In that case, it would be great to extend the service registry with a service key/name, and be able to do serviceRegistry.get("key", MyInterface.class).
The text was updated successfully, but these errors were encountered:
It's possible to register several services in the register implementing the same interface.
In that case, it would be great to extend the service registry with a service key/name, and be able to do
serviceRegistry.get("key", MyInterface.class)
.The text was updated successfully, but these errors were encountered: