Uses of Class
org.axonframework.eventhandling.async.RetryPolicy

Packages that use RetryPolicy
org.axonframework.eventhandling.async   
 

Uses of RetryPolicy in org.axonframework.eventhandling.async
 

Methods in org.axonframework.eventhandling.async that return RetryPolicy
static RetryPolicy RetryPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RetryPolicy[] RetryPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.axonframework.eventhandling.async with parameters of type RetryPolicy
AsynchronousCluster(String identifier, Executor executor, TransactionManager transactionManager, SequencingPolicy<? super EventMessage<?>> sequencingPolicy, int batchSize, RetryPolicy retryPolicy, int retryInterval)
          Creates an AsynchronousCluster implementation using the given executor, transactionManager and sequencingPolicy.
AsynchronousExecutionWrapper(Executor executor, TransactionManager transactionManager, SequencingPolicy<? super T> sequencingPolicy, RetryPolicy retryPolicy, int batchSize, int retryInterval)
          Initialize the AsynchronousExecutionWrapper using the given executor and transactionManager.
EventProcessingScheduler(TransactionManager transactionManager, Executor executor, org.axonframework.eventhandling.async.EventProcessingScheduler.ShutdownCallback shutDownCallback, RetryPolicy retryPolicy, int batchSize, int retryInterval)
          Initialize a scheduler using the given executor.
EventProcessingScheduler(TransactionManager transactionManager, Queue<T> eventQueue, Executor executor, org.axonframework.eventhandling.async.EventProcessingScheduler.ShutdownCallback shutDownCallback, RetryPolicy retryPolicy, int batchSize, int retryInterval)
          Initialize a scheduler using the given executor.
 



Copyright © 2010-2012. All Rights Reserved.