Uses of Annotation Interface
org.dellroad.stuff.spring.RetryTransaction
-
Uses of RetryTransaction in org.dellroad.stuff.spring
ModifierConstructorDescriptionRetrySetup
(String transactionManagerName, String description, Supplier<T> transaction, RetryTransaction annotation) Constructor that uses the values from a@RetryTransaction
annotation, if not null, for maximum retries, initial delay, and maximum delay, otherwise falling back to the aspect defaults.