Interface | Description |
---|---|
CircuitBreaker |
An implementation of the circuit breaker pattern for Vert.x
|
HystrixMetricHandler |
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
|
Class | Description |
---|---|
CircuitBreakerOptions |
Circuit breaker configuration options.
|
CircuitBreakerOptionsConverter |
Converter and mapper for
CircuitBreakerOptions . |
Enum | Description |
---|---|
CircuitBreakerState |
Circuit breaker states.
|
Exception | Description |
---|---|
OpenCircuitException |
Exception reported when the circuit breaker is open.
|
TimeoutException |
Exception reported when the monitored operation timed out.
|
Copyright © 2022 Eclipse. All rights reserved.