Interface Stomp.Headers.Subscribe.AckModeValues
-
- Enclosing interface:
- Stomp.Headers.Subscribe
public static interface Stomp.Headers.Subscribe.AckModeValues
-
-
Field Detail
-
AUTO
static final String AUTO
- See Also:
- Constant Field Values
-
CLIENT
static final String CLIENT
- See Also:
- Constant Field Values
-
INDIVIDUAL
static final String INDIVIDUAL
- See Also:
- Constant Field Values
-
-