jar

org.springframework.retry : spring-retry

Maven & Gradle

Jun 17, 2023
740 usages
1.9k stars

Spring Retry · Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Table Of Contents

Latest Version

Download org.springframework.retry : spring-retry JAR file - Latest Versions:

All Versions

Download org.springframework.retry : spring-retry JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-retry-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.retry.support

├─ org.springframework.retry.support.Args.class - [JAR]

├─ org.springframework.retry.support.DefaultRetryState.class - [JAR]

├─ org.springframework.retry.support.RetrySimulation.class - [JAR]

├─ org.springframework.retry.support.RetrySimulator.class - [JAR]

├─ org.springframework.retry.support.RetrySynchronizationManager.class - [JAR]

├─ org.springframework.retry.support.RetryTemplate.class - [JAR]

├─ org.springframework.retry.support.RetryTemplateBuilder.class - [JAR]

org.springframework.retry.backoff

├─ org.springframework.retry.backoff.BackOffContext.class - [JAR]

├─ org.springframework.retry.backoff.BackOffInterruptedException.class - [JAR]

├─ org.springframework.retry.backoff.BackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.BackOffPolicyBuilder.class - [JAR]

├─ org.springframework.retry.backoff.ExponentialBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.ExponentialRandomBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.FixedBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.NoBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.ObjectWaitSleeper.class - [JAR]

├─ org.springframework.retry.backoff.Sleeper.class - [JAR]

├─ org.springframework.retry.backoff.SleepingBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.StatelessBackOffPolicy.class - [JAR]

├─ org.springframework.retry.backoff.ThreadWaitSleeper.class - [JAR]

├─ org.springframework.retry.backoff.UniformRandomBackOffPolicy.class - [JAR]

org.springframework.retry.listener

├─ org.springframework.retry.listener.MethodInvocationRetryListenerSupport.class - [JAR]

├─ org.springframework.retry.listener.RetryListenerSupport.class - [JAR]

org.springframework.retry.context

├─ org.springframework.retry.context.RetryContextSupport.class - [JAR]

org.springframework.retry.annotation

├─ org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.class - [JAR]

├─ org.springframework.retry.annotation.Backoff.class - [JAR]

├─ org.springframework.retry.annotation.CircuitBreaker.class - [JAR]

├─ org.springframework.retry.annotation.EnableRetry.class - [JAR]

├─ org.springframework.retry.annotation.Recover.class - [JAR]

├─ org.springframework.retry.annotation.RecoverAnnotationRecoveryHandler.class - [JAR]

├─ org.springframework.retry.annotation.RetryConfiguration.class - [JAR]

├─ org.springframework.retry.annotation.Retryable.class - [JAR]

org.springframework.retry.policy

├─ org.springframework.retry.policy.AlwaysRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.BinaryExceptionClassifierRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.CircuitBreakerRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.CompositeRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.ExceptionClassifierRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.ExpressionRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.MapRetryContextCache.class - [JAR]

├─ org.springframework.retry.policy.MaxAttemptsRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.NeverRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.RetryCacheCapacityExceededException.class - [JAR]

├─ org.springframework.retry.policy.RetryContextCache.class - [JAR]

├─ org.springframework.retry.policy.SimpleRetryPolicy.class - [JAR]

├─ org.springframework.retry.policy.SoftReferenceMapRetryContextCache.class - [JAR]

├─ org.springframework.retry.policy.TimeoutRetryPolicy.class - [JAR]

org.springframework.classify

├─ org.springframework.classify.BackToBackPatternClassifier.class - [JAR]

├─ org.springframework.classify.BinaryExceptionClassifier.class - [JAR]

├─ org.springframework.classify.BinaryExceptionClassifierBuilder.class - [JAR]

├─ org.springframework.classify.Classifier.class - [JAR]

├─ org.springframework.classify.ClassifierAdapter.class - [JAR]

├─ org.springframework.classify.ClassifierSupport.class - [JAR]

├─ org.springframework.classify.PatternMatcher.class - [JAR]

├─ org.springframework.classify.PatternMatchingClassifier.class - [JAR]

├─ org.springframework.classify.SubclassClassifier.class - [JAR]

org.springframework.classify.annotation

├─ org.springframework.classify.annotation.Classifier.class - [JAR]

org.springframework.retry.stats

├─ org.springframework.retry.stats.DefaultRetryStatistics.class - [JAR]

├─ org.springframework.retry.stats.DefaultRetryStatisticsFactory.class - [JAR]

├─ org.springframework.retry.stats.DefaultStatisticsRepository.class - [JAR]

├─ org.springframework.retry.stats.ExponentialAverageRetryStatistics.class - [JAR]

├─ org.springframework.retry.stats.MutableRetryStatistics.class - [JAR]

├─ org.springframework.retry.stats.RetryStatisticsFactory.class - [JAR]

├─ org.springframework.retry.stats.StatisticsListener.class - [JAR]

├─ org.springframework.retry.stats.StatisticsRepository.class - [JAR]

org.springframework.classify.util

├─ org.springframework.classify.util.AnnotationMethodResolver.class - [JAR]

├─ org.springframework.classify.util.MethodInvoker.class - [JAR]

├─ org.springframework.classify.util.MethodInvokerUtils.class - [JAR]

├─ org.springframework.classify.util.MethodResolver.class - [JAR]

├─ org.springframework.classify.util.SimpleMethodInvoker.class - [JAR]

org.springframework.retry

├─ org.springframework.retry.ExhaustedRetryException.class - [JAR]

├─ org.springframework.retry.RecoveryCallback.class - [JAR]

├─ org.springframework.retry.RetryCallback.class - [JAR]

├─ org.springframework.retry.RetryContext.class - [JAR]

├─ org.springframework.retry.RetryException.class - [JAR]

├─ org.springframework.retry.RetryListener.class - [JAR]

├─ org.springframework.retry.RetryOperations.class - [JAR]

├─ org.springframework.retry.RetryPolicy.class - [JAR]

├─ org.springframework.retry.RetryState.class - [JAR]

├─ org.springframework.retry.RetryStatistics.class - [JAR]

├─ org.springframework.retry.TerminatedRetryException.class - [JAR]

org.springframework.retry.interceptor

├─ org.springframework.retry.interceptor.FixedKeyGenerator.class - [JAR]

├─ org.springframework.retry.interceptor.MethodArgumentsKeyGenerator.class - [JAR]

├─ org.springframework.retry.interceptor.MethodInvocationRecoverer.class - [JAR]

├─ org.springframework.retry.interceptor.MethodInvocationRetryCallback.class - [JAR]

├─ org.springframework.retry.interceptor.NewMethodArgumentsIdentifier.class - [JAR]

├─ org.springframework.retry.interceptor.RetryInterceptorBuilder.class - [JAR]

├─ org.springframework.retry.interceptor.RetryOperationsInterceptor.class - [JAR]

├─ org.springframework.retry.interceptor.Retryable.class - [JAR]

├─ org.springframework.retry.interceptor.StatefulRetryOperationsInterceptor.class - [JAR]

Advertisement

Dependencies from Group

Jun 17, 2023
740 usages
1.9k stars

Discover Dependencies

Sep 15, 2010
361 usages
Sep 20, 2019
11 usages
0 stars
Nov 30, 2018
14 usages
Feb 11, 2015
151 usages
Aug 12, 2019
1.9k usages
4.2k stars
Apr 13, 2023
102 usages
557 stars
Jun 22, 2023
47 usages
486 stars
Mar 22, 2021
0 stars
Jul 27, 2023
361 usages
180 stars
Jun 29, 2023
297 usages
1.7k stars