| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Envelope> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
Envelope(Envelope delegate)  | 
Envelope(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
deliveryTag()
Get the delivery tag included in this parameter envelope 
 | 
boolean | 
equals(Object o)  | 
String | 
exchange()
Get the name of the exchange included in this parameter envelope 
 | 
Envelope | 
getDelegate()  | 
int | 
hashCode()  | 
boolean | 
isRedelivery()
Get the redelivery flag included in this parameter envelope. 
 | 
static Envelope | 
newInstance(Envelope arg)  | 
String | 
routingKey()
Get the routing key included in this parameter envelope 
 | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<Envelope> __TYPE_ARG
public Envelope(Envelope delegate)
public Envelope(Object delegate)
public Envelope getDelegate()
public long deliveryTag()
public boolean isRedelivery()
public String exchange()
public String routingKey()
Copyright © 2020 Eclipse. All rights reserved.