Package org.cristalise.kernel.entity
Class ItemVertxProxyHandler
java.lang.Object
io.vertx.serviceproxy.ProxyHandler
org.cristalise.kernel.entity.ItemVertxProxyHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>>
public class ItemVertxProxyHandler
extends io.vertx.serviceproxy.ProxyHandler
-
Field Summary
FieldsFields inherited from class io.vertx.serviceproxy.ProxyHandler
closed, consumer -
Constructor Summary
ConstructorsConstructorDescriptionItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service) ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, boolean topLevel, long timeoutInSecond) ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, boolean topLevel, long timeoutSeconds, boolean includeDebugInfo) ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, long timeoutInSecond) -
Method Summary
Methods inherited from class io.vertx.serviceproxy.ProxyHandler
register, register, registerLocal, registerLocal
-
Field Details
-
DEFAULT_CONNECTION_TIMEOUT
public static final long DEFAULT_CONNECTION_TIMEOUT- See Also:
-
-
Constructor Details
-
ItemVertxProxyHandler
-
ItemVertxProxyHandler
-
ItemVertxProxyHandler
public ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, boolean topLevel, long timeoutInSecond) -
ItemVertxProxyHandler
public ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, boolean topLevel, long timeoutSeconds, boolean includeDebugInfo)
-
-
Method Details
-
close
public void close()- Overrides:
closein classio.vertx.serviceproxy.ProxyHandler
-
handle
public void handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject> msg)
-