Interface PlugAuditor


public interface PlugAuditor
「Extension」: Name: Auditor System Extension for auditing system in zero system This sub system often happened before each Worker component. It's configured in vertx-tp.yml file and will be triggered before any worker method invoking.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<Envelop>
    audit(io.vertx.ext.web.RoutingContext context, Envelop envelop)
     
    default PlugAuditor
    bind(io.vertx.core.json.JsonObject config)
     
  • Method Details

    • bind

      default PlugAuditor bind(io.vertx.core.json.JsonObject config)
    • audit

      io.vertx.core.Future<Envelop> audit(io.vertx.ext.web.RoutingContext context, Envelop envelop)