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@Retryableannotations in Spring beans.Annotation for a method invocation that is a recovery handler.A recoverer for method invocations based on the@Recoverannotation.Annotation for a method invocation that is retryable.Basic configuration for@Retryableprocessing.