Interface Stomp.Commands
-
- Enclosing interface:
- Stomp
public static interface Stomp.Commands
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABORT
static String
ABORT_TRANSACTION
static String
ACK
static String
BEGIN
static String
BEGIN_TRANSACTION
static String
COMMIT
static String
COMMIT_TRANSACTION
static String
CONNECT
static String
DISCONNECT
static String
KEEPALIVE
static String
NACK
static String
SEND
static String
STOMP
static String
SUBSCRIBE
static String
SUBSCRIBE_PREFIX
static String
UNSUBSCRIBE
static String
UNSUBSCRIBE_PREFIX
-
-
-
Field Detail
-
STOMP
static final String STOMP
- See Also:
- Constant Field Values
-
CONNECT
static final String CONNECT
- See Also:
- Constant Field Values
-
SEND
static final String SEND
- See Also:
- Constant Field Values
-
DISCONNECT
static final String DISCONNECT
- See Also:
- Constant Field Values
-
SUBSCRIBE
static final String SUBSCRIBE
- See Also:
- Constant Field Values
-
UNSUBSCRIBE
static final String UNSUBSCRIBE
- See Also:
- Constant Field Values
-
SUBSCRIBE_PREFIX
static final String SUBSCRIBE_PREFIX
- See Also:
- Constant Field Values
-
UNSUBSCRIBE_PREFIX
static final String UNSUBSCRIBE_PREFIX
- See Also:
- Constant Field Values
-
BEGIN_TRANSACTION
static final String BEGIN_TRANSACTION
- See Also:
- Constant Field Values
-
COMMIT_TRANSACTION
static final String COMMIT_TRANSACTION
- See Also:
- Constant Field Values
-
ABORT_TRANSACTION
static final String ABORT_TRANSACTION
- See Also:
- Constant Field Values
-
BEGIN
static final String BEGIN
- See Also:
- Constant Field Values
-
COMMIT
static final String COMMIT
- See Also:
- Constant Field Values
-
ABORT
static final String ABORT
- See Also:
- Constant Field Values
-
ACK
static final String ACK
- See Also:
- Constant Field Values
-
NACK
static final String NACK
- See Also:
- Constant Field Values
-
KEEPALIVE
static final String KEEPALIVE
- See Also:
- Constant Field Values
-
-