Class AbstractTransfer

    • Field Detail

      • config

        protected final transient io.vertx.core.json.JsonObject config
    • Constructor Detail

      • AbstractTransfer

        public AbstractTransfer()
    • Method Detail

      • bind

        public Behaviour bind​(io.vertx.core.json.JsonObject config)
        Specified by:
        bind in interface Behaviour
      • inputAsync

        protected io.vertx.core.Future<io.vertx.core.json.JsonObject> inputAsync​(io.vertx.core.json.JsonObject params)
      • recordInput

        protected io.vertx.core.json.JsonObject recordInput​(io.vertx.core.json.JsonObject params)
      • recordMove

        protected io.vertx.core.json.JsonObject recordMove​(io.vertx.core.json.JsonObject request,
                                                           WMoveRule rule)