public class DataCollectorServiceVertxProxyHandler
extends io.vertx.serviceproxy.ProxyHandler
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_CONNECTION_TIMEOUT |
Constructor and Description |
---|
DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx,
DataCollectorService service) |
DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx,
DataCollectorService service,
boolean topLevel,
long timeoutSeconds) |
DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx,
DataCollectorService service,
long timeoutInSecond) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject> msg) |
public static final long DEFAULT_CONNECTION_TIMEOUT
public DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx, DataCollectorService service)
public DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx, DataCollectorService service, long timeoutInSecond)
public DataCollectorServiceVertxProxyHandler(io.vertx.core.Vertx vertx, DataCollectorService service, boolean topLevel, long timeoutSeconds)