|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventProcessingMonitor | |
|---|---|
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.replay | |
| org.axonframework.saga.annotation | |
| Uses of EventProcessingMonitor in org.axonframework.eventhandling |
|---|
| Classes in org.axonframework.eventhandling that implement EventProcessingMonitor | |
|---|---|
class |
EventProcessingMonitorCollection
Implementation of the EventProcessingMonitor that delegates to all registered EventProcessingMonitor instances. |
class |
MultiplexingEventProcessingMonitor
Implementation of the EventProcessingMonitor that receives multiple invocations of downstream monitors and translates that to a single invocation to a target monitor. |
| Methods in org.axonframework.eventhandling with parameters of type EventProcessingMonitor | |
|---|---|
void |
EventProcessingMonitorSupport.subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
Subscribes the given monitor. |
void |
EventProcessingMonitorCollection.subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
void |
AbstractCluster.subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
void |
EventProcessingMonitorSupport.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
Unsubscribed the given monitor. |
void |
EventProcessingMonitorCollection.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
void |
AbstractCluster.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
| Constructors in org.axonframework.eventhandling with parameters of type EventProcessingMonitor | |
|---|---|
MultiplexingEventProcessingMonitor(EventProcessingMonitor targetMonitor)
Creates an instance with the given targetMonitor as the monitor to eventually forward calls to. |
|
| Uses of EventProcessingMonitor in org.axonframework.eventhandling.replay |
|---|
| Methods in org.axonframework.eventhandling.replay with parameters of type EventProcessingMonitor | |
|---|---|
void |
ReplayingCluster.subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
void |
ReplayingCluster.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
| Uses of EventProcessingMonitor in org.axonframework.saga.annotation |
|---|
| Methods in org.axonframework.saga.annotation with parameters of type EventProcessingMonitor | |
|---|---|
void |
AsyncAnnotatedSagaManager.subscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
void |
AsyncAnnotatedSagaManager.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||