License |
License |
---|---|
GroupId | GroupIdorg.digibooster.retryable |
ArtifactId | ArtifactIdasync-retry-commons |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis project provides non-blocking retry feature that can be attached to methods in Spring applications using annotations.
The retry processing has two main implementations:
- Thread pool task based implementation: Unlike Spring retry, this implementation doesn’t keep the task busing during the whole retry execution.
- Quartz job based implementation: This implementation can provide clustering, load-balancing, fault-managing and execution persistence if configured with JDBC-JobStore
|
Filename | Size |
---|---|
async-retry-commons-1.0.1.pom | |
async-retry-commons-1.0.1.jar | 20 KB |
async-retry-commons-1.0.1-sources.jar | 13 KB |
async-retry-commons-1.0.1-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.digibooster.retryable/async-retry-commons/ -->
<dependency>
<groupId>org.digibooster.retryable</groupId>
<artifactId>async-retry-commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.digibooster.retryable/async-retry-commons/
implementation 'org.digibooster.retryable:async-retry-commons:1.0.1'
// https://jarcasting.com/artifacts/org.digibooster.retryable/async-retry-commons/
implementation ("org.digibooster.retryable:async-retry-commons:1.0.1")
'org.digibooster.retryable:async-retry-commons:jar:1.0.1'
<dependency org="org.digibooster.retryable" name="async-retry-commons" rev="1.0.1">
<artifact name="async-retry-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.digibooster.retryable', module='async-retry-commons', version='1.0.1')
)
libraryDependencies += "org.digibooster.retryable" % "async-retry-commons" % "1.0.1"
[org.digibooster.retryable/async-retry-commons "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context Optional | jar | 5.2.22.RELEASE |
org.slf4j : slf4j-api Optional | jar | 1.7.26 |
org.projectlombok : lombok Optional | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.2.22.RELEASE |
junit : junit | jar | 4.12 |