public class QueueCircuitBreakerHttpRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
QueueCircuitBreaker related http requests. Provides access to the following
QueueCircuitBreaker related informations through http requests:
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_REQUEST_API_ADDRESS |
| Constructor and Description |
|---|
QueueCircuitBreakerHttpRequestHandler(io.vertx.core.Vertx vertx,
QueueCircuitBreakerStorage storage,
String prefix) |
public static final String HTTP_REQUEST_API_ADDRESS
public QueueCircuitBreakerHttpRequestHandler(io.vertx.core.Vertx vertx,
QueueCircuitBreakerStorage storage,
String prefix)
Copyright © 2016–2020. All rights reserved.