| Package | Description |
|---|---|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpMessageProperties |
AmqpAnnotatedMessage.getProperties()
Gets the
AmqpMessageProperties defined on an amqp message. |
AmqpMessageProperties |
AmqpMessageProperties.setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)
Sets the given
absoluteExpiryTime value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setContentEncoding(String contentEncoding)
Sets the given
contentEncoding value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setContentType(String contentType)
Sets the given
contentType value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setCorrelationId(String correlationId)
Sets the given
correlationId value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setCreationTime(OffsetDateTime creationTime)
Sets the given
creationTime value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setGroupId(String groupId)
Sets the given
groupId value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setGroupSequence(Long groupSequence)
Sets the given
groupSequence value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setMessageId(String messageId)
Sets the given
messageId value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setReplyTo(String replyTo)
Sets the given
replyTo value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setReplyToGroupId(String replyToGroupId)
Sets the given
replyToGroupId value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setSubject(String subject)
Sets the given
subject value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setTo(String to)
Sets the given
to value on AmqpMessageProperties object. |
AmqpMessageProperties |
AmqpMessageProperties.setUserId(byte[] userId)
Sets the given
userId value on AmqpMessageProperties object. |
Copyright © 2020 Microsoft Corporation. All rights reserved.