|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventProcessingMonitorSupport | |
|---|---|
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.async | |
| org.axonframework.eventhandling.replay | |
| org.axonframework.saga.annotation | |
| Uses of EventProcessingMonitorSupport in org.axonframework.eventhandling |
|---|
| Subinterfaces of EventProcessingMonitorSupport in org.axonframework.eventhandling | |
|---|---|
interface |
Cluster
A cluster represents a group of Event Listeners that are treated as a single group by the ClusteringEventBus. |
| Classes in org.axonframework.eventhandling that implement EventProcessingMonitorSupport | |
|---|---|
class |
AbstractCluster
Abstract Cluster implementation that keeps track of Cluster members (EventListeners). |
class |
EventProcessingMonitorCollection
Implementation of the EventProcessingMonitor that delegates to all registered EventProcessingMonitor instances. |
class |
SimpleCluster
A simple Cluster implementation that invokes each of the members of a cluster when an Event is published. |
| Uses of EventProcessingMonitorSupport in org.axonframework.eventhandling.async |
|---|
| Classes in org.axonframework.eventhandling.async that implement EventProcessingMonitorSupport | |
|---|---|
class |
AsynchronousCluster
Cluster implementation that publishes events to the subscribed Event Listeners asynchronously from the publishing thread. |
| Uses of EventProcessingMonitorSupport in org.axonframework.eventhandling.replay |
|---|
| Classes in org.axonframework.eventhandling.replay that implement EventProcessingMonitorSupport | |
|---|---|
class |
ReplayingCluster
Cluster implementation that wraps another Cluster, adding the capability to replay events from an Event Store. |
| Uses of EventProcessingMonitorSupport in org.axonframework.saga.annotation |
|---|
| Classes in org.axonframework.saga.annotation that implement EventProcessingMonitorSupport | |
|---|---|
class |
AsyncAnnotatedSagaManager
A SagaManager implementation that processes Sagas asynchronously. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||