public class SolaceMessageAttributes extends AsyncMessageAttributes
| Constructor and Description |
|---|
SolaceMessageAttributes() |
SolaceMessageAttributes(String channelName,
Map<String,String> channelParameters,
String serverName,
String protocol,
String deliveryMode,
boolean discardIndication,
String endpointType,
String messageReferenceId,
int priority,
boolean isRedelivered,
long timeToLive,
boolean isDMQEligible,
boolean isElidingEligible,
Long receiveTimestamp,
String contentType,
boolean isReply) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getDeliveryMode() |
String |
getEndpointType() |
String |
getMessageReferenceId() |
int |
getPriority() |
Long |
getReceiveTimestamp() |
long |
getTimeToLive() |
boolean |
isDiscardIndication() |
boolean |
isDMQEligible() |
boolean |
isElidingEligible() |
boolean |
isRedelivered() |
boolean |
isReply() |
getChannelName, getChannelParameters, getProtocol, getServerNamepublic SolaceMessageAttributes()
public SolaceMessageAttributes(String channelName, Map<String,String> channelParameters, String serverName, String protocol, String deliveryMode, boolean discardIndication, String endpointType, String messageReferenceId, int priority, boolean isRedelivered, long timeToLive, boolean isDMQEligible, boolean isElidingEligible, Long receiveTimestamp, String contentType, boolean isReply)
public String getDeliveryMode()
public boolean isDiscardIndication()
public String getEndpointType()
public String getMessageReferenceId()
public int getPriority()
public boolean isRedelivered()
public long getTimeToLive()
public boolean isDMQEligible()
public boolean isElidingEligible()
public Long getReceiveTimestamp()
public String getContentType()
public boolean isReply()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.