All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download spring-retry JAR 2.0.9 with all dependencies


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.

Files of the artifact spring-retry version 2.0.9 from the group org.springframework.retry.

Artifact spring-retry
Group org.springframework.retry
Version 2.0.9
Last update 13. September 2024
Tags: exception exponential instance type around customize spring that operations provides plain emphasis declarative retry fails policy based process backoff abstraction control failed configure easy extend pojo with retrying behaviour fixed operation
Organization SpringSource
URL https://www.springsource.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 2.0.10
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of spring-retry Show documentation

Please rate this JAR file. Is it a good library?

spring-retry
Rate from 1 - 5, Rated 1.00 based on 2 reviews

180 downloads

Source code of spring-retry version 2.0.9

META-INF
META-INF.META-INF.LICENSE-2.0.txt
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.NOTICE.txt
META-INF.maven.org.springframework.retry.spring-retry
META-INF.maven.org.springframework.retry.spring-retry.META-INF.maven.org.springframework.retry.spring-retry.pom.properties
META-INF.maven.org.springframework.retry.spring-retry.META-INF.maven.org.springframework.retry.spring-retry.pom.xml
org.springframework.classify
org.springframework.classify.org.springframework.classify.BackToBackPatternClassifier
org.springframework.classify.org.springframework.classify.BinaryExceptionClassifier
org.springframework.classify.org.springframework.classify.BinaryExceptionClassifierBuilder
org.springframework.classify.org.springframework.classify.Classifier
org.springframework.classify.org.springframework.classify.ClassifierAdapter
org.springframework.classify.org.springframework.classify.ClassifierSupport
org.springframework.classify.org.springframework.classify.PatternMatcher
org.springframework.classify.org.springframework.classify.PatternMatchingClassifier
org.springframework.classify.org.springframework.classify.SubclassClassifier
org.springframework.classify.annotation
org.springframework.classify.annotation.org.springframework.classify.annotation.Classifier
org.springframework.classify.util
org.springframework.classify.util.org.springframework.classify.util.AnnotationMethodResolver
org.springframework.classify.util.org.springframework.classify.util.MethodInvoker
org.springframework.classify.util.org.springframework.classify.util.MethodInvokerUtils
org.springframework.classify.util.org.springframework.classify.util.MethodResolver
org.springframework.classify.util.org.springframework.classify.util.SimpleMethodInvoker
org.springframework.retry
org.springframework.retry.org.springframework.retry.ExhaustedRetryException
org.springframework.retry.org.springframework.retry.RecoveryCallback
org.springframework.retry.org.springframework.retry.RetryCallback
org.springframework.retry.org.springframework.retry.RetryContext
org.springframework.retry.org.springframework.retry.RetryException
org.springframework.retry.org.springframework.retry.RetryListener
org.springframework.retry.org.springframework.retry.RetryOperations
org.springframework.retry.org.springframework.retry.RetryPolicy
org.springframework.retry.org.springframework.retry.RetryState
org.springframework.retry.org.springframework.retry.RetryStatistics
org.springframework.retry.org.springframework.retry.TerminatedRetryException
org.springframework.retry.annotation
org.springframework.retry.annotation.org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor
org.springframework.retry.annotation.org.springframework.retry.annotation.Backoff
org.springframework.retry.annotation.org.springframework.retry.annotation.CircuitBreaker
org.springframework.retry.annotation.org.springframework.retry.annotation.EnableRetry
org.springframework.retry.annotation.org.springframework.retry.annotation.Recover
org.springframework.retry.annotation.org.springframework.retry.annotation.RecoverAnnotationRecoveryHandler
org.springframework.retry.annotation.org.springframework.retry.annotation.RetryConfiguration
org.springframework.retry.annotation.org.springframework.retry.annotation.Retryable
org.springframework.retry.backoff
org.springframework.retry.backoff.org.springframework.retry.backoff.BackOffContext
org.springframework.retry.backoff.org.springframework.retry.backoff.BackOffInterruptedException
org.springframework.retry.backoff.org.springframework.retry.backoff.BackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.BackOffPolicyBuilder
org.springframework.retry.backoff.org.springframework.retry.backoff.ExponentialBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.ExponentialRandomBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.FixedBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.NoBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.ObjectWaitSleeper
org.springframework.retry.backoff.org.springframework.retry.backoff.Sleeper
org.springframework.retry.backoff.org.springframework.retry.backoff.SleepingBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.StatelessBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.ThreadWaitSleeper
org.springframework.retry.backoff.org.springframework.retry.backoff.UniformRandomBackOffPolicy
org.springframework.retry.backoff.org.springframework.retry.backoff.package.html
org.springframework.retry.context
org.springframework.retry.context.org.springframework.retry.context.RetryContextSupport
org.springframework.retry.context.org.springframework.retry.context.package.html
org.springframework.retry.interceptor
org.springframework.retry.interceptor.org.springframework.retry.interceptor.FixedKeyGenerator
org.springframework.retry.interceptor.org.springframework.retry.interceptor.MethodArgumentsKeyGenerator
org.springframework.retry.interceptor.org.springframework.retry.interceptor.MethodInvocationRecoverer
org.springframework.retry.interceptor.org.springframework.retry.interceptor.MethodInvocationRetryCallback
org.springframework.retry.interceptor.org.springframework.retry.interceptor.NewMethodArgumentsIdentifier
org.springframework.retry.interceptor.org.springframework.retry.interceptor.RetryInterceptorBuilder
org.springframework.retry.interceptor.org.springframework.retry.interceptor.RetryOperationsInterceptor
org.springframework.retry.interceptor.org.springframework.retry.interceptor.Retryable
org.springframework.retry.interceptor.org.springframework.retry.interceptor.StatefulRetryOperationsInterceptor
org.springframework.retry.interceptor.org.springframework.retry.interceptor.package.html
org.springframework.retry.listener
org.springframework.retry.listener.org.springframework.retry.listener.MethodInvocationRetryListenerSupport
org.springframework.retry.listener.org.springframework.retry.listener.RetryListenerSupport
org.springframework.retry.listener.org.springframework.retry.listener.package.html
org.springframework.retry
org.springframework.retry.org.springframework.retry.package.html
org.springframework.retry.policy
org.springframework.retry.policy.org.springframework.retry.policy.AlwaysRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.BinaryExceptionClassifierRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.CircuitBreakerRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.CompositeRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.ExceptionClassifierRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.ExpressionRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.MapRetryContextCache
org.springframework.retry.policy.org.springframework.retry.policy.MaxAttemptsRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.NeverRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.PredicateRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.RetryCacheCapacityExceededException
org.springframework.retry.policy.org.springframework.retry.policy.RetryContextCache
org.springframework.retry.policy.org.springframework.retry.policy.SimpleRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.SoftReferenceMapRetryContextCache
org.springframework.retry.policy.org.springframework.retry.policy.TimeoutRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.package.html
org.springframework.retry.stats
org.springframework.retry.stats.org.springframework.retry.stats.DefaultRetryStatistics
org.springframework.retry.stats.org.springframework.retry.stats.DefaultRetryStatisticsFactory
org.springframework.retry.stats.org.springframework.retry.stats.DefaultStatisticsRepository
org.springframework.retry.stats.org.springframework.retry.stats.ExponentialAverageRetryStatistics
org.springframework.retry.stats.org.springframework.retry.stats.MutableRetryStatistics
org.springframework.retry.stats.org.springframework.retry.stats.RetryStatisticsFactory
org.springframework.retry.stats.org.springframework.retry.stats.StatisticsListener
org.springframework.retry.stats.org.springframework.retry.stats.StatisticsRepository
org.springframework.retry.support
org.springframework.retry.support.org.springframework.retry.support.Args
org.springframework.retry.support.org.springframework.retry.support.DefaultRetryState
org.springframework.retry.support.org.springframework.retry.support.MetricsRetryListener
org.springframework.retry.support.org.springframework.retry.support.RetrySimulation
org.springframework.retry.support.org.springframework.retry.support.RetrySimulator
org.springframework.retry.support.org.springframework.retry.support.RetrySynchronizationManager
org.springframework.retry.support.org.springframework.retry.support.RetryTemplate
org.springframework.retry.support.org.springframework.retry.support.RetryTemplateBuilder
org.springframework.retry.support.org.springframework.retry.support.package.html




© 2015 - 2024 Weber Informatics LLC | Privacy Policy