Interface JoinStub


  • public interface JoinStub
    • Method Detail

      • fetch

        io.vertx.core.Future<io.vertx.core.json.JsonObject> fetch​(String modelId,
                                                                  String modelKey)
      • save

        io.vertx.core.Future<io.vertx.core.json.JsonObject> save​(String modelId,
                                                                 String modelKey,
                                                                 io.vertx.core.json.JsonObject data)