Package io.horizon.spi.extension
Class DatumInit
java.lang.Object
io.horizon.spi.extension.DatumInit
- All Implemented Interfaces:
Init
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFunction<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply()io.vertx.core.Future<io.vertx.core.json.JsonObject>doExtension(io.vertx.core.json.JsonObject appJson) io.vertx.core.json.JsonObjectresult(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject appJson) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.horizon.spi.extension.Init
whereUnique
-
Constructor Details
-
DatumInit
public DatumInit()
-
-
Method Details
-
apply
public Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply() -
doExtension
public io.vertx.core.Future<io.vertx.core.json.JsonObject> doExtension(io.vertx.core.json.JsonObject appJson) -
result
public io.vertx.core.json.JsonObject result(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject appJson)
-