Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MultiplexingEventProcessingMonitor(EventProcessingMonitor targetMonitor)
Creates an instance with the given
targetMonitor as the monitor to eventually forward calls to. |
Modifier and Type | Method and Description |
---|---|
void |
ReplayingCluster.subscribeEventProcessingMonitor(EventProcessingMonitor monitor) |
void |
ReplayingCluster.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncAnnotatedSagaManager.subscribeEventProcessingMonitor(EventProcessingMonitor monitor) |
void |
AsyncAnnotatedSagaManager.unsubscribeEventProcessingMonitor(EventProcessingMonitor monitor) |
Copyright © 2010-2014. All Rights Reserved.