| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.async |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringAnnotationOrderResolver
OrderResolver implementation that checks for
@Order annotations on the type level. |
| Constructor and Description |
|---|
EventListenerOrderComparator(OrderResolver orderResolver)
Creates a comparator using given
orderResolver to resolve the "order" value. |
SimpleCluster(String name,
OrderResolver orderResolver)
Initializes the cluster with given
name, using given orderResolver to define the
order in which listeners need to be invoked. |
| Constructor and Description |
|---|
AsynchronousCluster(String name,
Executor executor,
UnitOfWorkFactory unitOfWorkFactory,
SequencingPolicy<? super EventMessage<?>> sequencingPolicy,
ErrorHandler errorHandler,
OrderResolver orderResolver)
Creates an AsynchronousCluster implementation using the given
executor,
unitOfWorkFactory and sequencingPolicy. |
Copyright © 2010-2014. All Rights Reserved.