Packages

p

io.vertx.scala

circuitbreaker

package circuitbreaker

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CircuitBreaker extends AnyRef

    An implementation of the circuit breaker pattern for Vert.x

  2. class CircuitBreakerOptions extends AnyRef

    Circuit breaker configuration options.

    Circuit breaker configuration options. All time are given in milliseconds.

  3. class HystrixMetricHandler extends Handler[RoutingContext]

    A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.

    A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard. The handler listens to the circuit breaker notifications sent on the event bus.

Ungrouped