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