Uses of Interface
org.axonframework.eventhandling.async.ErrorHandler

Packages that use ErrorHandler
org.axonframework.eventhandling.async   
 

Uses of ErrorHandler in org.axonframework.eventhandling.async
 

Classes in org.axonframework.eventhandling.async that implement ErrorHandler
 class DefaultErrorHandler
          An ErrorHandler implementation that returns a fixed RetryPolicy instance when an error occurs.
 

Constructors in org.axonframework.eventhandling.async with parameters of type ErrorHandler
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-2016. All Rights Reserved.