public interface RetryTransactionProvider
RetryTransactionAspect, which implements the RetryTransaction functionality.RetryTransaction| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptNumber()
Get the current transaction attempt number.
|
long |
getInitialDelayDefault()
Get the aspect-wide default for
RetryTransaction.initialDelay(). |
long |
getMaximumDelayDefault()
Get the aspect-wide default for
RetryTransaction.maximumDelay(). |
int |
getMaxRetriesDefault()
Get the aspect-wide default for
RetryTransaction.maxRetries(). |
PersistenceExceptionTranslator |
getPersistenceExceptionTranslator()
Get the configured exception translator.
|
PersistenceExceptionTranslator getPersistenceExceptionTranslator()
int getMaxRetriesDefault()
RetryTransaction.maxRetries().long getInitialDelayDefault()
RetryTransaction.initialDelay().long getMaximumDelayDefault()
RetryTransaction.maximumDelay().int getAttemptNumber()
Copyright © 2016. All rights reserved.