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
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)
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: