MessageWithDeliveryTag Class
- java.
lang. Object - com.
microsoft. azure. servicebus. primitives. MessageWithDeliveryTag
- com.
public class MessageWithDeliveryTag
Constructor Summary
Constructor | Description | |
---|---|---|
MessageWithDeliveryTag(Message message, byte[] deliveryTag) |
Method Summary
Modifier and Type | Method and Description |
---|---|
byte [] | getDeliveryTag() |
Message | getMessage() |
Constructor Details
MessageWithDeliveryTag
public MessageWithDeliveryTag(Message message, byte[] deliveryTag)
Parameters:
message
deliveryTag
Method Details
getDeliveryTag
public byte [] getDeliveryTag()
getMessage
public Message getMessage()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java