| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CircuitBreaker<R>
A circuit breaker that temporarily halts execution when configurable thresholds are exceeded.
|
class |
RetryPolicy<R>
A policy that defines when retries should be performed.
|
Copyright © 2019. All rights reserved.