public final class JmsxProperties extends Object
| Constructor and Description |
|---|
JmsxProperties() |
JmsxProperties(String JMSXUserID,
String JMSXAppID,
Integer JMSXDeliveryCount,
String JMSXGroupID,
Integer JMSXGroupSeq,
String JMSXProducerTXID,
String JMSXConsumerTXID,
Long JMSXRcvTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
String |
getJMSXAppID() |
String |
getJMSXConsumerTXID() |
int |
getJMSXDeliveryCount() |
String |
getJMSXGroupID() |
int |
getJMSXGroupSeq() |
String |
getJMSXProducerTXID() |
long |
getJMSXRcvTimestamp() |
String |
getJMSXUserID() |
public Map<String,Object> asMap()
Map representation using the corresponding
keys as defined in JMSXDefinedPropertiesNamespublic String getJMSXUserID()
Message propertypublic String getJMSXAppID()
Message propertypublic int getJMSXDeliveryCount()
Message propertypublic String getJMSXGroupID()
Message propertypublic int getJMSXGroupSeq()
Message propertypublic String getJMSXProducerTXID()
Message propertypublic String getJMSXConsumerTXID()
Message propertypublic long getJMSXRcvTimestamp()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.