public interface Envelope
Envelope.| Modifier and Type | Method and Description | 
|---|---|
long | 
deliveryTag()
Get the delivery tag included in this parameter envelope 
 | 
String | 
exchange()
Get the name of the exchange included in this parameter envelope 
 | 
boolean | 
isRedelivery()
Get the redelivery flag included in this parameter envelope. 
 | 
String | 
routingKey()
Get the routing key included in this parameter envelope 
 | 
long deliveryTag()
boolean isRedelivery()
String exchange()
String routingKey()
Copyright © 2020 Eclipse. All rights reserved.