Class 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 Detail

      • GracefulShutdownFilter

        public GracefulShutdownFilter()
    • Method Detail

      • handle

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

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