Interface Stomp.Headers.Message
-
- Enclosing interface:
- Stomp.Headers
public static interface Stomp.Headers.Message
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACK_ID
static String
BROWSER
static String
CORRELATION_ID
static String
DESTINATION
static String
EXPIRATION_TIME
static String
MESSAGE_ID
static String
ORIGINAL_DESTINATION
static String
PERSISTENT
static String
PRORITY
static String
REDELIVERED
static String
REPLY_TO
static String
SUBSCRIPTION
static String
TIMESTAMP
static String
TYPE
static String
USERID
-
-
-
Field Detail
-
MESSAGE_ID
static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
ACK_ID
static final String ACK_ID
- See Also:
- Constant Field Values
-
DESTINATION
static final String DESTINATION
- See Also:
- Constant Field Values
-
CORRELATION_ID
static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
EXPIRATION_TIME
static final String EXPIRATION_TIME
- See Also:
- Constant Field Values
-
REPLY_TO
static final String REPLY_TO
- See Also:
- Constant Field Values
-
PRORITY
static final String PRORITY
- See Also:
- Constant Field Values
-
REDELIVERED
static final String REDELIVERED
- See Also:
- Constant Field Values
-
TIMESTAMP
static final String TIMESTAMP
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
SUBSCRIPTION
static final String SUBSCRIPTION
- See Also:
- Constant Field Values
-
BROWSER
static final String BROWSER
- See Also:
- Constant Field Values
-
USERID
static final String USERID
- See Also:
- Constant Field Values
-
ORIGINAL_DESTINATION
static final String ORIGINAL_DESTINATION
- See Also:
- Constant Field Values
-
PERSISTENT
static final String PERSISTENT
- See Also:
- Constant Field Values
-
-