Package io.vertx.tp.optic.plugin
Interface BeforePlugin
- All Superinterfaces:
DataPlugin<BeforePlugin>
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonArray>beforeAsync(io.vertx.core.json.JsonArray records, io.vertx.core.json.JsonObject options) io.vertx.core.Future<io.vertx.core.json.JsonObject>beforeAsync(io.vertx.core.json.JsonObject record, io.vertx.core.json.JsonObject options) Methods inherited from interface io.vertx.tp.optic.plugin.DataPlugin
bind, bind
-
Method Details
-
beforeAsync
io.vertx.core.Future<io.vertx.core.json.JsonObject> beforeAsync(io.vertx.core.json.JsonObject record, io.vertx.core.json.JsonObject options) -
beforeAsync
io.vertx.core.Future<io.vertx.core.json.JsonArray> beforeAsync(io.vertx.core.json.JsonArray records, io.vertx.core.json.JsonObject options)
-