Example usage for Java com.rabbitmq.client Envelope fields, constructors, methods, implement or subclass
The text is from its open source code.
Envelope(long deliveryTag, boolean redeliver, String exchange, String routingKey) Construct an Envelope with the specified construction parameters |
long | getDeliveryTag() Get the delivery tag included in this parameter envelope |
String | getExchange() Get the name of the exchange included in this parameter envelope |
String | getRoutingKey() Get the routing key included in this parameter envelope |
boolean | isRedeliver() Get the redelivery flag included in this parameter envelope. |