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.
package |
Default |
---|
__construct()
create( $arg0, $arg1 = null) : \io\vertx\jphp\circuitbreaker\HystrixMetricHandler
param $vertx [Vertx] the Vert.x instance create($vertx)
Creates the handler.
param $vertx [Vertx] the Vert.x instance param $address [string] the address to listen on the event bus create($vertx, $address)
Vertx
string
\io\vertx\jphp\circuitbreaker\HystrixMetricHandler
the handler
handle( $arg0) : void
RoutingContext