Package io.vertx.tp.optic.extension
Class DatabaseInit
- java.lang.Object
-
- io.vertx.tp.optic.extension.DatabaseInit
-
-
Constructor Summary
Constructors Constructor Description DatabaseInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>>apply()io.vertx.core.json.JsonObjectresult(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject database)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.tp.optic.extension.Init
whereUnique
-
-
-
-
Method Detail
-
apply
public Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply()
-
-