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>
  • Constructor Details

    • GracefulShutdownFilter

      public GracefulShutdownFilter()
  • Method Details

    • handle

      public void handle(io.vertx.core.http.HttpServerRequest event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
    • shutdown

      public void shutdown(ShutdownListener.ShutdownNotification notification)
      Specified by:
      shutdown in interface ShutdownListener
    • next

      public void next(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next)