Uses of Class
io.vertx.up.atom.agent.Depot
-
Packages that use Depot Package Description io.vertx.up.atom.agent io.vertx.up.secure.validation io.vertx.up.uca.rs io.vertx.up.uca.rs.dispatch io.vertx.up.uca.rs.hunt -
-
Uses of Depot in io.vertx.up.atom.agent
Methods in io.vertx.up.atom.agent that return Depot Modifier and Type Method Description static DepotDepot. create(Event event) -
Uses of Depot in io.vertx.up.secure.validation
Methods in io.vertx.up.secure.validation with parameters of type Depot Modifier and Type Method Description Map<String,List<Rule>>Validator. buildRulers(Depot depot)Advanced ruler building for Body content validation based on yml configuration. -
Uses of Depot in io.vertx.up.uca.rs
Methods in io.vertx.up.uca.rs with parameters of type Depot Modifier and Type Method Description io.vertx.core.Handler<Context>Sentry. signal(Depot depot) -
Uses of Depot in io.vertx.up.uca.rs.dispatch
Methods in io.vertx.up.uca.rs.dispatch with parameters of type Depot Modifier and Type Method Description Sentry<io.vertx.ext.web.RoutingContext>SentrySplitter. distribute(Depot depot)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>StandardVerifier. signal(Depot depot) -
Uses of Depot in io.vertx.up.uca.rs.hunt
Methods in io.vertx.up.uca.rs.hunt with parameters of type Depot Modifier and Type Method Description protected voidBaseAim. executeRequest(io.vertx.ext.web.RoutingContext context, Map<String,List<Rule>> rulers, Depot depot)
-