Interface Stomp.Responses
-
- Enclosing interface:
- Stomp
public static interface Stomp.Responses
-
-
Field Detail
-
CONNECTED
static final String CONNECTED
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
MESSAGE
static final String MESSAGE
- See Also:
- Constant Field Values
-
RECEIPT
static final String RECEIPT
- See Also:
- Constant Field Values
-
-