Class IntegrationStompHeaders
java.lang.Object
org.springframework.integration.stomp.support.IntegrationStompHeaders
public abstract class IntegrationStompHeaders extends Object
The STOMP headers with Integration-friendly
stomp_
prefix.- Since:
- 4.2
- Author:
- Artem Bilan
- See Also:
StompHeaders
-
Field Summary
Fields Modifier and Type Field Description static String
ACK
static String
DESTINATION
static String
HEARTBEAT
static String
HOST
static String
ID
static String
LOGIN
static String
MESSAGE_ID
static String
PASSCODE
static String
PREFIX
static String
RECEIPT
static String
RECEIPT_ID
static String
SERVER
static String
SESSION
static String
SUBSCRIPTION
-
Constructor Summary
Constructors Constructor Description IntegrationStompHeaders()
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
- Constant Field Values
-
RECEIPT
- See Also:
- Constant Field Values
-
HOST
- See Also:
- Constant Field Values
-
LOGIN
- See Also:
- Constant Field Values
-
PASSCODE
- See Also:
- Constant Field Values
-
HEARTBEAT
- See Also:
- Constant Field Values
-
SESSION
- See Also:
- Constant Field Values
-
SERVER
- See Also:
- Constant Field Values
-
DESTINATION
- See Also:
- Constant Field Values
-
ID
- See Also:
- Constant Field Values
-
ACK
- See Also:
- Constant Field Values
-
SUBSCRIPTION
- See Also:
- Constant Field Values
-
MESSAGE_ID
- See Also:
- Constant Field Values
-
RECEIPT_ID
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IntegrationStompHeaders
public IntegrationStompHeaders()
-