Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkheadFullException
Thrown when an execution is attempted against a
Bulkhead that is full. |
class |
CircuitBreakerOpenException
Thrown when an execution is attempted against a
CircuitBreaker that is open. |
class |
RateLimitExceededException
Thrown when an execution exceeds or would exceed a
RateLimiter . |
class |
TimeoutExceededException
Thrown when an execution exceeds a configured
Timeout . |
Copyright © 2022. All rights reserved.