public static class AMQP.BasicProperties extends AMQBasicProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
AMQP.BasicProperties.Builder |
| Constructor and Description |
|---|
BasicProperties() |
BasicProperties(DataInputStream in) |
BasicProperties(String contentType,
String contentEncoding,
Map<String,Object> headers,
Integer deliveryMode,
Integer priority,
String correlationId,
String replyTo,
String expiration,
String messageId,
Date timestamp,
String type,
String userId,
String appId,
String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPropertyDebugStringTo(StringBuilder acc)
Public API - A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
|
AMQP.BasicProperties.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAppId()
Retrieve the value in the appId field.
|
int |
getClassId()
Retrieve the class ID (see the spec for a list of allowable IDs).
|
String |
getClassName()
Retrieve the class name, eg "basic" (see the spec for a list of these).
|
String |
getClusterId() |
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.
|
int |
hashCode() |
void |
writePropertiesTo(ContentHeaderPropertyWriter writer)
Private API - Autogenerated writer for this header
|
clonegetBodySize, toFrame, toStringpublic BasicProperties(String contentType, String contentEncoding, Map<String,Object> headers, Integer deliveryMode, Integer priority, String correlationId, String replyTo, String expiration, String messageId, Date timestamp, String type, String userId, String appId, String clusterId)
public BasicProperties(DataInputStream in) throws IOException
IOExceptionpublic BasicProperties()
public int getClassId()
ContentHeaderpublic String getClassName()
ContentHeaderpublic AMQP.BasicProperties.Builder builder()
public String getContentType()
BasicPropertiespublic String getContentEncoding()
BasicPropertiespublic Map<String,Object> getHeaders()
BasicPropertiespublic Integer getDeliveryMode()
BasicPropertiespublic Integer getPriority()
BasicPropertiespublic String getCorrelationId()
BasicPropertiespublic String getReplyTo()
BasicPropertiespublic String getExpiration()
BasicPropertiespublic String getMessageId()
BasicPropertiespublic Date getTimestamp()
BasicPropertiespublic String getType()
BasicPropertiespublic String getUserId()
BasicPropertiespublic String getAppId()
BasicPropertiespublic String getClusterId()
public void writePropertiesTo(ContentHeaderPropertyWriter writer) throws IOException
AMQContentHeaderwritePropertiesTo in class AMQContentHeaderIOExceptionpublic void appendPropertyDebugStringTo(StringBuilder acc)
AMQContentHeaderappendPropertyDebugStringTo in interface ContentHeaderappendPropertyDebugStringTo in class AMQContentHeaderacc - a place to append the properties as a stringCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.