Interface PersonalStub

All Known Implementing Classes:
PersonalService

public interface PersonalStub
Author:
Lang
  • Method Details

    • byUser

      io.vertx.core.Future<List<SView>> byUser(String resourceId, String ownerId, String location)
    • 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)
    • delete

      io.vertx.core.Future<Boolean> delete(Set<String> keys)