public class DeliveryContext<T> extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<DeliveryContext> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
DeliveryContext(io.vertx.core.eventbus.DeliveryContext delegate) |
DeliveryContext(Object delegate,
TypeArg<T> typeArg_0) |
Modifier and Type | Method and Description |
---|---|
Object |
body() |
boolean |
equals(Object o) |
io.vertx.core.eventbus.DeliveryContext |
getDelegate() |
int |
hashCode() |
Message<T> |
message() |
static <T> DeliveryContext<T> |
newInstance(io.vertx.core.eventbus.DeliveryContext arg) |
static <T> DeliveryContext<T> |
newInstance(io.vertx.core.eventbus.DeliveryContext arg,
TypeArg<T> __typeArg_T) |
void |
next()
Call the next interceptor
|
boolean |
send() |
String |
toString() |
public static final TypeArg<DeliveryContext> __TYPE_ARG
public DeliveryContext(io.vertx.core.eventbus.DeliveryContext delegate)
public io.vertx.core.eventbus.DeliveryContext getDelegate()
public void next()
public boolean send()
public Object body()
public static <T> DeliveryContext<T> newInstance(io.vertx.core.eventbus.DeliveryContext arg)
public static <T> DeliveryContext<T> newInstance(io.vertx.core.eventbus.DeliveryContext arg, TypeArg<T> __typeArg_T)
Copyright © 2021 Eclipse. All rights reserved.