public static class RabbitMQMessageScheme.Properties extends Object implements Serializable
| Constructor and Description |
|---|
RabbitMQMessageScheme.Properties(String className,
String clusterId,
String contentEncoding,
String contentType,
String correlationId,
Integer deliveryMode,
String expiration,
Map<String,Object> headers,
String messageId,
Integer priority,
String replyTo,
Date timestamp,
String type,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClusterId() |
String |
getContentEncoding() |
String |
getContentType() |
String |
getCorrelationId() |
Integer |
getDeliveryMode() |
String |
getExpiration() |
Map<String,Object> |
getHeaders() |
String |
getMessageId() |
Integer |
getPriority() |
String |
getReplyTo() |
Date |
getTimestamp() |
String |
getType() |
String |
getUserId() |
public RabbitMQMessageScheme.Properties(String className, String clusterId, String contentEncoding, String contentType, String correlationId, Integer deliveryMode, String expiration, Map<String,Object> headers, String messageId, Integer priority, String replyTo, Date timestamp, String type, String userId)
public String getClassName()
public String getClusterId()
public String getContentEncoding()
public String getContentType()
public String getCorrelationId()
public Integer getDeliveryMode()
public String getExpiration()
public String getMessageId()
public Integer getPriority()
public String getReplyTo()
public Date getTimestamp()
public String getType()
public String getUserId()
Copyright © 2013-2015. All Rights Reserved.