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

Introduce @MessageHandlerInterceptor support #292

Closed
CodeDrivenMitch opened this issue Oct 1, 2024 · 1 comment
Closed

Introduce @MessageHandlerInterceptor support #292

CodeDrivenMitch opened this issue Oct 1, 2024 · 1 comment

Comments

@CodeDrivenMitch
Copy link
Member

Feature Description

Just like the annotation support for aggregates that will be implemented in #291, the plugin should support @MessageHandlerInterceptor support in any class. This should follow the matching rules:

  • It will only match for handlers in the class
  • It will only match for handlers of the defined message type (can be null for any)
  • It will only match for matching payloads (can be null for any)
@CodeDrivenMitch
Copy link
Member Author

Closing in favor of already existing feature request #150

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

No branches or pull requests

2 participants