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 with the same class in the ServiceRegistry.
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:
Do we want to add properties associate to the key to be able to perform some fine search in the service registry? Like we can have with the SCR of OSGi.
It's possible to register several services with the same class in the
ServiceRegistry
.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: