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 Constructor Description GracefulShutdownFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(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, wait
-
Methods inherited from interface io.quarkus.runtime.shutdown.ShutdownListener
preShutdown
-
-
-
-
Method Detail
-
handle
public void handle(io.vertx.core.http.HttpServerRequest event)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
shutdown
public void shutdown(ShutdownListener.ShutdownNotification notification)
- Specified by:
shutdownin interfaceShutdownListener
-
next
public void next(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next)
-
-