Class StayCancel
- java.lang.Object
-
- io.vertx.tp.workflow.uca.component.AbstractTransfer
-
- io.vertx.tp.workflow.uca.component.AbstractMovement
-
- io.vertx.tp.workflow.uca.component.StayCancel
-
public class StayCancel extends AbstractMovement implements Stay
- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.workflow.uca.component.AbstractTransfer
config
-
-
Constructor Summary
Constructors Constructor Description StayCancel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<WRecord>keepAsync(io.vertx.core.json.JsonObject params, WProcess wProcess)-
Methods inherited from class io.vertx.tp.workflow.uca.component.AbstractMovement
bind, generateAsync, insertAsync, metadataIn, saveAsync, updateAsync
-
Methods inherited from class io.vertx.tp.workflow.uca.component.AbstractTransfer
bind, inputAsync, moveGet, recordInput, recordMove
-
-