Class DoService

java.lang.Object
cn.vertxup.ui.service.DoService
All Implemented Interfaces:
DoStub

public class DoService extends Object implements DoStub
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DoService

      public DoService()
  • Method Details

    • fetchSmart

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchSmart(io.vertx.core.json.JsonObject params)
      Specified by:
      fetchSmart in interface DoStub
    • fetchAtom

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAtom(io.vertx.core.json.JsonObject params)
      Specified by:
      fetchAtom in interface DoStub
    • fetchWeb

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchWeb(io.vertx.core.json.JsonObject params)
      Specified by:
      fetchWeb in interface DoStub
    • fetchFlow

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchFlow(io.vertx.core.json.JsonObject params)
      Specified by:
      fetchFlow in interface DoStub