Uses of Class
io.quarkus.vertx.http.runtime.filters.GracefulShutdownFilter
-
Packages that use GracefulShutdownFilter Package Description io.quarkus.vertx.http.runtime -
-
Uses of GracefulShutdownFilter in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return GracefulShutdownFilter Modifier and Type Method Description GracefulShutdownFilterVertxHttpRecorder. createGracefulShutdownHandler()Methods in io.quarkus.vertx.http.runtime with parameters of type GracefulShutdownFilter Modifier and Type Method Description voidVertxHttpRecorder. finalizeRouter(io.quarkus.arc.runtime.BeanContainer container, Consumer<io.vertx.ext.web.Route> defaultRouteHandler, List<Filter> filterList, 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, boolean nonApplicationDedicatedRouter, boolean nonApplicationAttachedToMainRouter, String rootPath, LaunchMode launchMode, boolean requireBodyHandler, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler, GracefulShutdownFilter gracefulShutdownFilter, ShutdownConfig shutdownConfig, Executor executor)
-