Package org.springframework.retry.annotation
package org.springframework.retry.annotation
-
ClassDescriptionInterceptor that parses the retry metadata on the method it is invoking and delegates to an appropriate RetryOperationsInterceptor.Collects metadata for a
BackOffPolicy
.Annotation for a method invocation that is retryable.Global enabler for@Retryable
annotations in Spring beans.Annotation for a method invocation that is a recovery handler.A recoverer for method invocations based on the@Recover
annotation.Annotation for a method invocation that is retryable.Basic configuration for@Retryable
processing.