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 Detail

      • 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)