public class Properties extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Properties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getClusterId() |
String |
getContentEncoding() |
String |
getContentType() |
String |
getCorrelationId() |
DeliveryMode |
getDeliveryMode() |
String |
getExpiration() |
String |
getMessageId() |
Integer |
getPriority() |
String |
getReplyTo() |
Date |
getTimestamp() |
String |
getType() |
String |
getUserId() |
void |
setDeliveryMode(DeliveryMode deliveryMode) |
void |
setPriority(Integer priority) |
void |
setReplyTo(String replyTo) |
public String getContentType()
public String getContentEncoding()
public DeliveryMode getDeliveryMode()
public Integer getPriority()
public String getCorrelationId()
public String getReplyTo()
public String getExpiration()
public String getMessageId()
public Date getTimestamp()
public String getType()
public String getUserId()
public String getAppId()
public String getClusterId()
public void setDeliveryMode(DeliveryMode deliveryMode)
public void setPriority(Integer priority)
public void setReplyTo(String replyTo)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.