Class MonitoringEventDispatchInterceptor

java.lang.Object
org.axonframework.messaging.monitoring.interception.MonitoringEventDispatchInterceptor
All Implemented Interfaces:
MessageDispatchInterceptor<EventMessage>

public class MonitoringEventDispatchInterceptor extends Object implements MessageDispatchInterceptor<EventMessage>
A MessageDispatchInterceptor that intercepts a MessageDispatchInterceptorChain of EventMessage and registers the MessageMonitor.MonitorCallback hooks for reporting. Invoked by the InterceptingEventSink.
Since:
5.0.0
Author:
Jan Galinski