public class JmsHeaders extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JmsHeaders.Builder |
| Constructor and Description |
|---|
JmsHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJMSCorrelationID() |
int |
getJMSDeliveryMode() |
Long |
getJMSDeliveryTime() |
JmsDestination |
getJMSDestination() |
long |
getJMSExpiration() |
String |
getJMSMessageID() |
int |
getJMSPriority() |
boolean |
getJMSRedelivered() |
JmsDestination |
getJMSReplyTo() |
long |
getJMSTimestamp() |
String |
getJMSType() |
public String getJMSMessageID()
public long getJMSTimestamp()
public String getJMSCorrelationID()
public JmsDestination getJMSReplyTo()
public JmsDestination getJMSDestination()
public int getJMSDeliveryMode()
public boolean getJMSRedelivered()
public String getJMSType()
public long getJMSExpiration()
public Long getJMSDeliveryTime()
public int getJMSPriority()
Copyright © 2021. All rights reserved.