Interface Stomp.Headers.Send
-
- Enclosing interface:
- Stomp.Headers
public static interface Stomp.Headers.Send
-
-
Field Summary
Fields Modifier and Type Field Description static String
CORRELATION_ID
static String
DESTINATION
static String
EXPIRATION_TIME
static String
PERSISTENT
static String
PRIORITY
static String
REPLY_TO
static String
TYPE
-
-
-
Field Detail
-
DESTINATION
static final String DESTINATION
- See Also:
- Constant Field Values
-
CORRELATION_ID
static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
REPLY_TO
static final String REPLY_TO
- See Also:
- Constant Field Values
-
EXPIRATION_TIME
static final String EXPIRATION_TIME
- See Also:
- Constant Field Values
-
PRIORITY
static final String PRIORITY
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
PERSISTENT
static final String PERSISTENT
- See Also:
- Constant Field Values
-
-