public class GracefulShutdownFilter extends Object implements ShutdownListener, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
ShutdownListener.ShutdownNotification| Constructor and Description |
|---|
GracefulShutdownFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.core.http.HttpServerRequest event) |
void |
next(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next) |
void |
shutdown(ShutdownListener.ShutdownNotification notification) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreShutdownpublic void handle(io.vertx.core.http.HttpServerRequest event)
handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public void shutdown(ShutdownListener.ShutdownNotification notification)
shutdown in interface ShutdownListenerpublic void next(io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> next)
Copyright © 2020 JBoss by Red Hat. All rights reserved.