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

    Fields
    Modifier and Type
    Field
    Description
    static final long
     

    Fields inherited from class io.vertx.serviceproxy.ProxyHandler

    closed, consumer
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemVertxProxyHandler(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

    Modifier and Type
    Method
    Description
    void
     
    void
    handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject> msg)
     

    Methods inherited from class io.vertx.serviceproxy.ProxyHandler

    register, register, registerLocal, registerLocal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_CONNECTION_TIMEOUT

      public static final long DEFAULT_CONNECTION_TIMEOUT
      See Also:
  • Constructor Details

    • ItemVertxProxyHandler

      public ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service)
    • ItemVertxProxyHandler

      public ItemVertxProxyHandler(io.vertx.core.Vertx vertx, Item service, long timeoutInSecond)
    • 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:
      close in class io.vertx.serviceproxy.ProxyHandler
    • handle

      public void handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject> msg)