Class ExUserEpic

  • All Implemented Interfaces:
    ExUser

    public class ExUserEpic
    extends Object
    implements ExUser
    • Constructor Detail

      • ExUserEpic

        public ExUserEpic()
    • Method Detail

      • fetchRef

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchRef​(io.vertx.core.json.JsonObject filters)
        Specified by:
        fetchRef in interface ExUser
      • updateRef

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateRef​(String key,
                                                                             io.vertx.core.json.JsonObject params)
        Specified by:
        updateRef in interface ExUser
      • fetchRef

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchRef​(Set<String> keys)
        Specified by:
        fetchRef in interface ExUser