MessageWithDeliveryTag Class

  • java.lang.Object
    • com.microsoft.azure.servicebus.primitives.MessageWithDeliveryTag

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