Uses of Class
io.quarkus.vertx.http.runtime.filters.GracefulShutdownFilter
Packages that use GracefulShutdownFilter
-
Uses of GracefulShutdownFilter in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return GracefulShutdownFilterMethods in io.quarkus.vertx.http.runtime with parameters of type GracefulShutdownFilterModifier and TypeMethodDescriptionvoidVertxHttpRecorder.finalizeRouter(io.quarkus.arc.runtime.BeanContainer container, Consumer<io.vertx.ext.web.Route> defaultRouteHandler, List<Filter> filterList, List<Filter> managementInterfaceFilterList, Supplier<io.vertx.core.Vertx> vertx, LiveReloadConfig liveReloadConfig, Optional<RuntimeValue<io.vertx.ext.web.Router>> mainRouterRuntimeValue, RuntimeValue<io.vertx.ext.web.Router> httpRouterRuntimeValue, RuntimeValue<io.vertx.mutiny.ext.web.Router> mutinyRouter, RuntimeValue<io.vertx.ext.web.Router> frameworkRouter, RuntimeValue<io.vertx.ext.web.Router> managementRouter, String rootPath, String nonRootPath, LaunchMode launchMode, BooleanSupplier[] requireBodyHandlerConditions, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler, GracefulShutdownFilter gracefulShutdownFilter, ShutdownConfig shutdownConfig, Executor executor, LogBuildTimeConfig logBuildTimeConfig, String srcMainJava, List<String> knowClasses, List<ErrorPageAction> actions)