Package io.vertx.up.extension
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description io.vertx.core.Future<Envelop>audit(io.vertx.ext.web.RoutingContext context, Envelop envelop)default PlugAuditorbind(io.vertx.core.json.JsonObject config)
-
-
-
Method Detail
-
bind
default PlugAuditor bind(io.vertx.core.json.JsonObject config)
-
-