Uses of Class
com.azure.core.amqp.models.AmqpMessageProperties
-
Packages that use AmqpMessageProperties Package Description com.azure.core.amqp.models Package containing classes related to AMQP models classes. -
-
Uses of AmqpMessageProperties in com.azure.core.amqp.models
Methods in com.azure.core.amqp.models that return AmqpMessageProperties Modifier and Type Method Description AmqpMessagePropertiesAmqpAnnotatedMessage. getProperties()Gets theAmqpMessagePropertiesdefined on an amqp message.AmqpMessagePropertiesAmqpMessageProperties. setAbsoluteExpiryTime(OffsetDateTime absoluteExpiryTime)Sets the givenabsoluteExpiryTimevalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setContentEncoding(String contentEncoding)Sets the givencontentEncodingvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setContentType(String contentType)Sets the givencontentTypevalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setCorrelationId(AmqpMessageId correlationId)Sets the givencorrelationIdvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setCreationTime(OffsetDateTime creationTime)Sets the givencreationTimevalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setGroupId(String groupId)Sets the givengroupIdvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setGroupSequence(Long groupSequence)Sets the givengroupSequencevalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setMessageId(AmqpMessageId messageId)Sets the givenmessageIdvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setReplyTo(AmqpAddress replyTo)Sets the givenreplyTovalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setReplyToGroupId(String replyToGroupId)Sets the givenreplyToGroupIdvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setSubject(String subject)Sets the givensubjectvalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setTo(AmqpAddress to)Sets the giventovalue onAmqpMessagePropertiesobject.AmqpMessagePropertiesAmqpMessageProperties. setUserId(byte[] userId)Sets the givenuserIdvalue onAmqpMessagePropertiesobject.
-