Class GracefulShutdownFilter
java.lang.Object
io.quarkus.vertx.http.runtime.filters.GracefulShutdownFilter
- All Implemented Interfaces:
ShutdownListener,io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
public class GracefulShutdownFilter
extends Object
implements ShutdownListener, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.runtime.shutdown.ShutdownListener
ShutdownListener.ShutdownNotification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.vertx.core.http.HttpServerRequest event) voidnext(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next) voidshutdown(ShutdownListener.ShutdownNotification notification) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.runtime.shutdown.ShutdownListener
preShutdown
-
Constructor Details
-
GracefulShutdownFilter
public GracefulShutdownFilter()
-
-
Method Details
-
handle
public void handle(io.vertx.core.http.HttpServerRequest event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
shutdown
- Specified by:
shutdownin interfaceShutdownListener
-
next
public void next(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next)
-