public interface BasicProperties
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Retrieve the value in the appId field.
|
String |
getContentEncoding()
Retrieve the value in the contentEncoding field.
|
String |
getContentType()
Retrieve the value in the contentType field.
|
String |
getCorrelationId()
Retrieve the value in the correlationId field.
|
Integer |
getDeliveryMode()
Retrieve the value in the deliveryMode field.
|
String |
getExpiration()
Retrieve the value in the expiration field.
|
Map<String,Object> |
getHeaders()
Retrieve the table in the headers field as a map of fields names and
values.
|
String |
getMessageId()
Retrieve the value in the messageId field.
|
Integer |
getPriority()
Retrieve the value in the priority field.
|
String |
getReplyTo()
Retrieve the value in the replyTo field.
|
Date |
getTimestamp()
Retrieve the value in the timestamp field.
|
String |
getType()
Retrieve the value in the type field.
|
String |
getUserId()
Retrieve the value in the userId field.
|
String getContentType()
String getContentEncoding()
Map<String,Object> getHeaders()
Integer getDeliveryMode()
Integer getPriority()
String getCorrelationId()
String getReplyTo()
String getExpiration()
String getMessageId()
Date getTimestamp()
String getType()
String getUserId()
String getAppId()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.