g

guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
http://rholder.github.com
The Apache Software License, Version 2.0
Ray Holder
Files download
File Operation
guava-retrying-2.0.0.jar download
guava-retrying-2.0.0.pom download
guava-retrying-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rholder</groupId>
  <artifactId>guava-retrying</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.rholder:guava-retrying:2.0.0'
Gradle Kotlin
implementation("com.github.rholder:guava-retrying:2.0.0")
Scala SBT
libraryDependencies += "com.github.rholder" % "guava-retrying" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rholder', module='guava-retrying', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.rholder" name="guava-retrying" rev="2.0.0" />
Leiningen
[com.github.rholder/guava-retrying "2.0.0"]
Apache Buildr
'com.github.rholder:guava-retrying:jar:2.0.0'