public interface Properties
Please see section 3.2 "message format" of the AMQP 1.0 specification to find out about the exact meaning of the message sections.
| Modifier and Type | Method and Description |
|---|---|
long |
getAbsoluteExpiryTime() |
String |
getContentEncoding() |
String |
getContentType() |
Object |
getCorrelationId() |
byte[] |
getCorrelationIdAsBinary() |
long |
getCorrelationIdAsLong() |
String |
getCorrelationIdAsString() |
UUID |
getCorrelationIdAsUuid() |
long |
getCreationTime() |
String |
getGroupId() |
long |
getGroupSequence() |
Object |
getMessageId() |
byte[] |
getMessageIdAsBinary() |
long |
getMessageIdAsLong() |
String |
getMessageIdAsString() |
UUID |
getMessageIdAsUuid() |
String |
getReplyTo() |
String |
getReplyToGroupId() |
String |
getSubject() |
String |
getTo() |
byte[] |
getUserId() |
Object getMessageId()
String getMessageIdAsString()
long getMessageIdAsLong()
byte[] getMessageIdAsBinary()
UUID getMessageIdAsUuid()
byte[] getUserId()
String getTo()
String getSubject()
String getReplyTo()
Object getCorrelationId()
String getCorrelationIdAsString()
long getCorrelationIdAsLong()
byte[] getCorrelationIdAsBinary()
UUID getCorrelationIdAsUuid()
String getContentType()
String getContentEncoding()
long getAbsoluteExpiryTime()
long getCreationTime()
String getGroupId()
long getGroupSequence()
String getReplyToGroupId()
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.