Interface PersonalStub

    • Method Detail

      • byId

        io.vertx.core.Future<SView> byId​(String key)
      • create

        io.vertx.core.Future<SView> create​(io.vertx.core.json.JsonObject data)
      • update

        io.vertx.core.Future<SView> update​(String key,
                                           io.vertx.core.json.JsonObject data)