Insanity

Generic implementation of the 'retry' pattern. The retry pattern is best used from a batch or asynchronous remote tasks (e.g. web service calls) that a user/caller isn't waiting for. It's purpose is to compensate for temporary outages automatically, without the need for human intervention.

License

License

GroupId

GroupId

org.force66
ArtifactId

ArtifactId

Insanity
Last Version

Last Version

1.0.0-rc1
Release Date

Release Date

Type

Type

jar
Description

Description

Insanity
Generic implementation of the 'retry' pattern. The retry pattern is best used from a batch or asynchronous remote tasks (e.g. web service calls) that a user/caller isn't waiting for. It's purpose is to compensate for temporary outages automatically, without the need for human intervention.
Project URL

Project URL

https://github.com/Derek-Ashmore/Insanity
Source Code Management

Source Code Management

https://github.com/Derek-Ashmore/Insanity.git

Download Insanity

How to add to project

<!-- https://jarcasting.com/artifacts/org.force66/Insanity/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>Insanity</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/Insanity/
implementation 'org.force66:Insanity:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/Insanity/
implementation ("org.force66:Insanity:1.0.0-rc1")
'org.force66:Insanity:jar:1.0.0-rc1'
<dependency org="org.force66" name="Insanity" rev="1.0.0-rc1">
  <artifact name="Insanity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='Insanity', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "Insanity" % "1.0.0-rc1"
[org.force66/Insanity "1.0.0-rc1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-rc1