public class TimeoutHandlerImpl extends Object implements TimeoutHandler
DEFAULT_ERRORCODE, DEFAULT_TIMEOUT| Constructor and Description |
|---|
TimeoutHandlerImpl(long timeout,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RoutingContext ctx)
Something has happened, so handle it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, createpublic void handle(RoutingContext ctx)
Handlerhandle in interface Handler<RoutingContext>ctx - the event to handleCopyright © 2020. All rights reserved.