文件名称: spring-retry-2.0.10.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>2.0.10</version>
</dependency>Gradle:
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.10'
Gradle (Short):
implementation 'org.springframework.retry:spring-retry:2.0.10'
Gradle (Kotlin):
implementation("org.springframework.retry:spring-retry:2.0.10")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.classify
org.springframework.classify.annotation
org.springframework.classify.util
org.springframework.retry
org.springframework.retry.annotation
org.springframework.retry.backoff
org.springframework.retry.context
org.springframework.retry.interceptor
org.springframework.retry.listener
org.springframework.retry.policy
org.springframework.retry.stats
org.springframework.retry.supportorg.springframework.classify.BackToBackPatternClassifier
org.springframework.classify.BinaryExceptionClassifier
org.springframework.classify.BinaryExceptionClassifierBuilder
org.springframework.classify.Classifier
org.springframework.classify.ClassifierAdapter
org.springframework.classify.ClassifierSupport
org.springframework.classify.PatternMatcher
org.springframework.classify.PatternMatchingClassifier
org.springframework.classify.SubclassClassifier
org.springframework.classify.util.AnnotationMethodResolver
org.springframework.classify.util.MethodInvoker
org.springframework.classify.util.MethodInvokerUtils
org.springframework.classify.util.MethodResolver
org.springframework.classify.util.SimpleMethodInvoker
org.springframework.retry.ExhaustedRetryException
org.springframework.retry.RecoveryCallback
org.springframework.retry.RetryCallback
org.springframework.retry.RetryContext
org.springframework.retry.RetryException
org.springframework.retry.RetryListener
org.springframework.retry.RetryOperations
org.springframework.retry.RetryPolicy
org.springframework.retry.RetryState
org.springframework.retry.RetryStatistics
org.springframework.retry.TerminatedRetryException
org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor
org.springframework.retry.annotation.RecoverAnnotationRecoveryHandler
org.springframework.retry.annotation.RetryConfiguration
org.springframework.retry.backoff.BackOffContext
org.springframework.retry.backoff.BackOffInterruptedException
org.springframework.retry.backoff.BackOffPolicy
org.springframework.retry.backoff.BackOffPolicyBuilder
org.springframework.retry.backoff.ExponentialBackOffPolicy
org.springframework.retry.backoff.ExponentialRandomBackOffPolicy
org.springframework.retry.backoff.FixedBackOffPolicy
org.springframework.retry.backoff.NoBackOffPolicy
org.springframework.retry.backoff.ObjectWaitSleeper
org.springframework.retry.backoff.Sleeper
org.springframework.retry.backoff.SleepingBackOffPolicy
org.springframework.retry.backoff.StatelessBackOffPolicy
org.springframework.retry.backoff.ThreadWaitSleeper
org.springframework.retry.backoff.UniformRandomBackOffPolicy
org.springframework.retry.context.RetryContextSupport
org.springframework.retry.interceptor.FixedKeyGenerator
org.springframework.retry.interceptor.MethodArgumentsKeyGenerator
org.springframework.retry.interceptor.MethodInvocationRecoverer
org.springframework.retry.interceptor.MethodInvocationRetryCallback
org.springframework.retry.interceptor.NewMethodArgumentsIdentifier
org.springframework.retry.interceptor.RetryInterceptorBuilder
org.springframework.retry.interceptor.RetryInterceptorBuilder.CircuitBreakerInterceptorBuilder
org.springframework.retry.interceptor.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
org.springframework.retry.interceptor.RetryInterceptorBuilder.StatelessRetryInterceptorBuilder
org.springframework.retry.interceptor.RetryOperationsInterceptor
org.springframework.retry.interceptor.Retryable
org.springframework.retry.interceptor.StatefulRetryOperationsInterceptor
org.springframework.retry.listener.MethodInvocationRetryListenerSupport
org.springframework.retry.listener.RetryListenerSupport
org.springframework.retry.policy.AlwaysRetryPolicy
org.springframework.retry.policy.BinaryExceptionClassifierRetryPolicy
org.springframework.retry.policy.CircuitBreakerRetryPolicy
org.springframework.retry.policy.CompositeRetryPolicy
org.springframework.retry.policy.ExceptionClassifierRetryPolicy
org.springframework.retry.policy.ExpressionRetryPolicy
org.springframework.retry.policy.MapRetryContextCache
org.springframework.retry.policy.MaxAttemptsRetryPolicy
org.springframework.retry.policy.NeverRetryPolicy
org.springframework.retry.policy.PredicateRetryPolicy
org.springframework.retry.policy.RetryCacheCapacityExceededException
org.springframework.retry.policy.RetryContextCache
org.springframework.retry.policy.SimpleRetryPolicy
org.springframework.retry.policy.SoftReferenceMapRetryContextCache
org.springframework.retry.policy.TimeoutRetryPolicy
org.springframework.retry.stats.DefaultRetryStatistics
org.springframework.retry.stats.DefaultRetryStatisticsFactory
org.springframework.retry.stats.DefaultStatisticsRepository
org.springframework.retry.stats.ExponentialAverageRetryStatistics
org.springframework.retry.stats.MutableRetryStatistics
org.springframework.retry.stats.RetryStatisticsFactory
org.springframework.retry.stats.StatisticsListener
org.springframework.retry.stats.StatisticsRepository
org.springframework.retry.support.Args
org.springframework.retry.support.DefaultRetryState
org.springframework.retry.support.MetricsRetryListener
org.springframework.retry.support.RetrySimulation
org.springframework.retry.support.RetrySimulation.SleepSequence
org.springframework.retry.support.RetrySimulator
org.springframework.retry.support.RetrySynchronizationManager
org.springframework.retry.support.RetryTemplate
org.springframework.retry.support.RetryTemplateBuilder
org.springframework.retry.support.retry operation