Interface Aide

All Known Subinterfaces:
Tree
All Known Implementing Classes:
AbstractAide, AbstractTree, AideApp, AideSigma, TreeApp, TreeSigma

public interface Aide
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetch(String field, io.vertx.core.json.JsonArray types)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    fetch(String field, String type, String code)
     
  • Method Details

    • fetch

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetch(String field, io.vertx.core.json.JsonArray types)
    • fetch

      io.vertx.core.Future<io.vertx.core.json.JsonObject> fetch(String field, String type, String code)