Class AbstractTransfer

java.lang.Object
io.vertx.tp.workflow.uca.central.BehaviourStandard
io.vertx.tp.workflow.uca.central.AbstractTransfer
All Implemented Interfaces:
Behaviour
Direct Known Subclasses:
AbstractMovement, MovementEmpty, MovementNext, MovementStay

public abstract class AbstractTransfer extends BehaviourStandard
Author:
Lang
  • Constructor Details

    • AbstractTransfer

      public AbstractTransfer()
  • Method Details

    • inputAsync

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

      protected io.vertx.core.json.JsonObject recordInput(io.vertx.core.json.JsonObject requestJ)