Hi all,
we are migrating our web application from axon2.4 to axon3.
We use WebSocket to send Events from server to the client and in Axon2.4 we used an EventProcessingMonitor subscribed to a cluster because it is notified after the events are processed by handlers.
In Axon3 we need to find a similar solution to implement the same functionality.
We found two possible candidates in MessageMonitor or MessageHandlerInterceptor but we have not been able to understand how to use them.
Thanks to anyone who can give help