You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/21 17:18:29 UTC

[GitHub] [karaf-minho] jbonofre opened a new issue, #3: Add filtering support on `ServiceRegistry`

jbonofre opened a new issue, #3:
URL: https://github.com/apache/karaf-minho/issues/3

   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)`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@karaf.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [karaf-minho] fpapon commented on issue #3: Add filtering support on `ServiceRegistry`

Posted by GitBox <gi...@apache.org>.
fpapon commented on issue #3:
URL: https://github.com/apache/karaf-minho/issues/3#issuecomment-1318694328

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org