Class RespectLink
java.lang.Object
io.vertx.tp.workflow.uca.modeling.AbstractRespect
io.vertx.tp.workflow.uca.modeling.RespectLink
- All Implemented Interfaces:
Respect
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync(WRecord record) io.vertx.core.Future<io.vertx.core.json.JsonArray>protected voidMethods inherited from class io.vertx.tp.workflow.uca.modeling.AbstractRespect
queryTpl, queryTpl, syncPre
-
Constructor Details
-
RespectLink
public RespectLink(io.vertx.core.json.JsonObject query)
-
-
Method Details
-
syncAsync
public io.vertx.core.Future<io.vertx.core.json.JsonArray> syncAsync(io.vertx.core.json.JsonArray data, io.vertx.core.json.JsonObject params, WRecord record) -
syncPre
protected void syncPre(io.vertx.core.json.JsonObject data, io.vertx.core.json.JsonObject params, WRecord record) - Overrides:
syncPrein classAbstractRespect
-
fetchAsync
-