|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rabbitmq.client.Envelope
public class Envelope
Encapsulates a group of parameters used for AMQP's Basic methods
Constructor Summary | |
---|---|
Envelope(long deliveryTag,
boolean redeliver,
java.lang.String exchange,
java.lang.String routingKey)
Construct an Envelope with the specified construction parameters |
Method Summary | |
---|---|
long |
getDeliveryTag()
Get the delivery tag included in this parameter envelope |
java.lang.String |
getExchange()
Get the name of the exchange included in this parameter envelope |
java.lang.String |
getRoutingKey()
Get the routing key included in this parameter envelope |
boolean |
isRedeliver()
Get the redelivery flag included in this parameter envelope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Envelope(long deliveryTag, boolean redeliver, java.lang.String exchange, java.lang.String routingKey)
Envelope
with the specified construction parameters
deliveryTag
- the delivery tagredeliver
- true if this is a redelivery following a failed ackexchange
- the exchange used for the current operationroutingKey
- the associated routing keyMethod Detail |
---|
public long getDeliveryTag()
public boolean isRedeliver()
public java.lang.String getExchange()
public java.lang.String getRoutingKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |