Package | Description |
---|---|
org.axonframework.eventhandling.async |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorHandler
An ErrorHandler implementation that returns a fixed RetryPolicy instance when an error occurs.
|
Constructor and Description |
---|
AsynchronousCluster(String identifier,
Executor executor,
TransactionManager transactionManager,
SequencingPolicy<? super EventMessage<?>> sequencingPolicy,
ErrorHandler errorHandler)
Creates an AsynchronousCluster implementation using the given
executor ,
transactionManager and sequencingPolicy . |
AsynchronousCluster(String name,
Executor executor,
UnitOfWorkFactory unitOfWorkFactory,
SequencingPolicy<? super EventMessage<?>> sequencingPolicy,
ErrorHandler errorHandler)
Creates an AsynchronousCluster implementation using the given
executor ,
unitOfWorkFactory and sequencingPolicy . |
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 . |
EventProcessor(Executor executor,
EventProcessor.ShutdownCallback shutDownCallback,
ErrorHandler errorHandler,
UnitOfWorkFactory unitOfWorkFactory,
Set<EventListener> eventListeners,
MultiplexingEventProcessingMonitor eventProcessingMonitor)
Initialize a scheduler using the given
executor . |
Copyright © 2010-2014. All Rights Reserved.