Uses of Class
org.axonframework.eventhandling.RetryPolicy

Packages that use RetryPolicy
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
 

Uses of RetryPolicy in org.axonframework.eventhandling
 

Methods in org.axonframework.eventhandling that return RetryPolicy
 RetryPolicy TransactionStatus.getRetryPolicy()
          Returns the retry policy for the current transaction
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.
 

Methods in org.axonframework.eventhandling with parameters of type RetryPolicy
 void TransactionStatus.setRetryPolicy(RetryPolicy retryPolicy)
          Sets the retry policy for the current transaction.
 



Copyright © 2011. All Rights Reserved.