Library

Retry

Retry primitives for wrapping operations with fixed retry behavior and exhausted-retry handling.

Artifact
helix-retry
Category
Utilities

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.retry
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.retry)
}

Configuration

No Helix-specific configuration properties are required for this library.