public class Envelope extends Object
com.rabbitmq.client.Envelope
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Envelope> |
__TYPE_ARG |
Constructor and Description |
---|
Envelope(io.vertx.rabbitmq.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
|
io.vertx.rabbitmq.Envelope |
getDelegate() |
int |
hashCode() |
boolean |
isRedelivery()
Get the redelivery flag included in this parameter envelope.
|
static Envelope |
newInstance(io.vertx.rabbitmq.Envelope arg) |
String |
routingKey()
Get the routing key included in this parameter envelope
|
String |
toString() |
public Envelope(io.vertx.rabbitmq.Envelope delegate)
public Envelope(Object delegate)
public io.vertx.rabbitmq.Envelope getDelegate()
public long deliveryTag()
public boolean isRedelivery()
public String exchange()
public String routingKey()
public static Envelope newInstance(io.vertx.rabbitmq.Envelope arg)
Copyright © 2022 Eclipse. All rights reserved.