JAR

Spring Retry

Downloads

Jar126.15 KB
Pom9.56 KB
Java-source (sources)117.78 KB

[top] / org / springframework / retry / spring-retry / 1.2.3.RELEASE

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.
Repository external
Group ID org.springframework.retry
Artifact ID spring-retry
Version 1.2.3.RELEASE
Packaging jar

POM Snippet

    <dependency>
      <groupId>org.springframework.retry</groupId>
      <artifactId>spring-retry</artifactId>
      <version>1.2.3.RELEASE</version>
    </dependency>

Other Details

URL http://www.springsource.org
Organisation SpringSource
License Apache 2.0

SCM

Connection scm:git:git://github.com/spring-projects/spring-retry.git
Dev. Connection scm:git:ssh://git@github.com/spring-projects/spring-retry.git
Viewer http://github.com/spring-projects/spring-retry