-
Notifications
You must be signed in to change notification settings - Fork 1
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
Decorator for tagging a consumer #2
Labels
Comments
akshatdubeysf
added a commit
that referenced
this issue
Oct 31, 2022
akshatdubeysf
added a commit
that referenced
this issue
Oct 31, 2022
10 tasks
akshatdubeysf
added a commit
that referenced
this issue
Oct 31, 2022
akshatdubeysf
added a commit
that referenced
this issue
Oct 31, 2022
fix(decorators): add decorator to tag a consumer service
🎉 This issue has been resolved in version 1.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Should have a decorator for tagging a consumer service, similar to the one we have to inject a producer.
Describe the solution you'd like
a decorator
@decorator
that can be used instead of@injectable(asConsumer)
The text was updated successfully, but these errors were encountered: