Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
Cluster
A cluster represents a group of Event Listeners that are treated as a single group by the
ClusteringEventBus . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousCluster
Cluster implementation that publishes events to the subscribed Event Listeners asynchronously from the publishing
thread.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplayingCluster
Cluster implementation that wraps another Cluster, adding the capability to replay events from an Event Store.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncAnnotatedSagaManager
A SagaManager implementation that processes Sagas asynchronously.
|
Copyright © 2010-2014. All Rights Reserved.