Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DeliveryContext> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
DeliveryContext(DeliveryContext delegate) |
DeliveryContext(Object delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
Modifier and Type | Method and Description |
---|---|
Object |
body() |
boolean |
equals(Object o) |
DeliveryContext |
getDelegate() |
int |
hashCode() |
Message<T> |
message() |
static <T> DeliveryContext<T> |
newInstance(DeliveryContext arg) |
static <T> DeliveryContext<T> |
newInstance(DeliveryContext arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
void |
next()
Call the next interceptor
|
boolean |
send() |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<DeliveryContext> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public DeliveryContext(DeliveryContext delegate)
public DeliveryContext getDelegate()
public void next()
public boolean send()
public Object body()
public static <T> DeliveryContext<T> newInstance(DeliveryContext arg)
public static <T> DeliveryContext<T> newInstance(DeliveryContext arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Copyright © 2022 Eclipse. All rights reserved.