Interface DoStub

All Known Implementing Classes:
DoService

public interface DoStub
--> type = null -----> control = null, WEB -----> control = value, ATOM --> type = ATOM -----> control = value --> type = WEB -----> identifier = value --> type = FLOW -----> control = value, -----> event = 任务节点
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchAtom(io.vertx.core.json.JsonObject params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchFlow(io.vertx.core.json.JsonObject params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchSmart(io.vertx.core.json.JsonObject params)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchWeb(io.vertx.core.json.JsonObject params)
     
  • Method Details

    • fetchSmart

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchSmart(io.vertx.core.json.JsonObject params)
    • fetchAtom

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAtom(io.vertx.core.json.JsonObject params)
    • fetchWeb

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchWeb(io.vertx.core.json.JsonObject params)
    • fetchFlow

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchFlow(io.vertx.core.json.JsonObject params)