Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering support on ServiceRegistry #3

Open
jbonofre opened this issue Oct 21, 2022 · 1 comment
Open

Add filtering support on ServiceRegistry #3

jbonofre opened this issue Oct 21, 2022 · 1 comment

Comments

@jbonofre
Copy link
Member

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

@fpapon
Copy link
Member

fpapon commented Nov 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants