Interface BeforePlugin

All Superinterfaces:
DataPlugin<BeforePlugin>

public interface BeforePlugin extends DataPlugin<BeforePlugin>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.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)