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

Download spring-retry JAR 1.1.5.RELEASE with all dependencies


Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour 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 1.1.5.RELEASE from the group org.springframework.retry.

Artifact spring-retry
Group org.springframework.retry
Version 1.1.5.RELEASE
Last update 14. November 2016
Tags: fails failed exception backoff type spring retrying fixed operation customize easy emphasis instance plain configure control with declarative extend exponential provides pojo around process that abstraction policy operations retry bahaviour based
Organization SpringSource
URL http://www.springsource.org
License Apache 2.0
Dependencies amount 1
Dependencies spring-core,
There are maybe transitive dependencies!
There is a newer version: 2.0.5
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 1.1.5.RELEASE

META-INF
META-INF.META-INF.MANIFEST.MF
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.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.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.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.MethodArgumentsKeyGenerator
org.springframework.retry.interceptor.org.springframework.retry.interceptor.MethodInvocationRecoverer
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.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.CompositeRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.ExceptionClassifierRetryPolicy
org.springframework.retry.policy.org.springframework.retry.policy.MapRetryContextCache
org.springframework.retry.policy.org.springframework.retry.policy.NeverRetryPolicy
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.support
org.springframework.retry.support.org.springframework.retry.support.DefaultRetryState
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.package.html




© 2015 - 2024 Weber Informatics LLC | Privacy Policy