Package io.vertx.tp.workflow.uca.central
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
- Author:
- Lang
-
Field Summary
Fields inherited from class io.vertx.tp.workflow.uca.central.BehaviourStandard
config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.vertx.core.Future<io.vertx.core.json.JsonObject>inputAsync(io.vertx.core.json.JsonObject params, WTransition wTransition) protected io.vertx.core.json.JsonObjectrecordInput(io.vertx.core.json.JsonObject requestJ) Methods inherited from class io.vertx.tp.workflow.uca.central.BehaviourStandard
afterAsync, beforeAsync, bind, bind, createTransition, metadataIn
-
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)
-