Interface Valve


public interface Valve
Journal Interface to generate the history record
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    execAsync(io.vertx.core.json.JsonObject data, io.vertx.core.json.JsonObject config)
     
  • Method Details

    • execAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> execAsync(io.vertx.core.json.JsonObject data, io.vertx.core.json.JsonObject config)