程序包 infra.retry.annotation
package infra.retry.annotation
-
类说明Interceptor 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 Infra 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.