public class QueueProcessor
extends java.lang.Object
| Constructor and Description |
|---|
QueueProcessor(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClient httpClient,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler) |
QueueProcessor(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClient httpClient,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
QueueCircuitBreaker queueCircuitBreaker) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.http.HttpClient |
getHttpClient() |
java.lang.String |
getQueueProcessorAddress() |
public QueueProcessor(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClient httpClient,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler)
public QueueProcessor(io.vertx.core.Vertx vertx,
io.vertx.core.http.HttpClient httpClient,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
QueueCircuitBreaker queueCircuitBreaker)