Interface AfterPlugin

All Superinterfaces:
DataPlugin<AfterPlugin>

public interface AfterPlugin extends DataPlugin<AfterPlugin>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    afterAsync(io.vertx.core.json.JsonArray records, io.vertx.core.json.JsonObject options)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    afterAsync(io.vertx.core.json.JsonObject record, io.vertx.core.json.JsonObject options)
     

    Methods inherited from interface io.horizon.spi.plugin.DataPlugin

    bind, bind
  • Method Details

    • afterAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> afterAsync(io.vertx.core.json.JsonObject record, io.vertx.core.json.JsonObject options)
    • afterAsync

      io.vertx.core.Future<io.vertx.core.json.JsonArray> afterAsync(io.vertx.core.json.JsonArray records, io.vertx.core.json.JsonObject options)