public class ResponseTimeHandler extends Object implements Handler<RoutingContext>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ResponseTimeHandler> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
ResponseTimeHandler(Object delegate)  | 
ResponseTimeHandler(ResponseTimeHandler delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ResponseTimeHandler | 
create()
Create a handler 
 | 
boolean | 
equals(Object o)  | 
ResponseTimeHandler | 
getDelegate()  | 
void | 
handle(RoutingContext event)
Something has happened, so handle it. 
 | 
int | 
hashCode()  | 
static ResponseTimeHandler | 
newInstance(ResponseTimeHandler arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<ResponseTimeHandler> __TYPE_ARG
public ResponseTimeHandler(ResponseTimeHandler delegate)
public ResponseTimeHandler(Object delegate)
public ResponseTimeHandler getDelegate()
public void handle(RoutingContext event)
handle in interface Handler<RoutingContext>event - the event to handlepublic static ResponseTimeHandler create()
public static ResponseTimeHandler newInstance(ResponseTimeHandler arg)
Copyright © 2020 Eclipse. All rights reserved.