org.digibooster.retryable:async-retry-commons

This 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

Лицензия

Лицензия

Группа

Группа

org.digibooster.retryable
Идентификатор

Идентификатор

async-retry-commons
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

This 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

Скачать async-retry-commons

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context Необязательный jar 5.2.22.RELEASE
org.slf4j : slf4j-api Необязательный jar 1.7.26
org.projectlombok : lombok Необязательный jar 1.18.6

test (2)

Идентификатор библиотеки Тип Версия
org.springframework : spring-test jar 5.2.22.RELEASE
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.1
1.0.0