Package io.vertx.tp.optic.business
Class ExUserEpic
- java.lang.Object
-
- io.vertx.tp.optic.business.ExUserEpic
-
-
Constructor Summary
Constructors Constructor Description ExUserEpic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchRef(io.vertx.core.json.JsonObject filters)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchRef(Set<String> keys)io.vertx.core.Future<ConcurrentMap<String,String>>transAuditor(Set<String> keys)io.vertx.core.Future<io.vertx.core.json.JsonObject>updateRef(String key, io.vertx.core.json.JsonObject params)
-
-
-
Method Detail
-
fetchRef
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchRef(io.vertx.core.json.JsonObject filters)
-
updateRef
public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateRef(String key, io.vertx.core.json.JsonObject params)
-
transAuditor
public io.vertx.core.Future<ConcurrentMap<String,String>> transAuditor(Set<String> keys)
- Specified by:
transAuditorin interfaceExUser
-
-