Package org.apache.camel.component.nsq
Interface NsqConstants
-
public interface NsqConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
NSQ_DEFAULT_LOOKUP_PORT
static int
NSQ_DEFAULT_LOOKUP_PORT_HTTP
static int
NSQ_DEFAULT_PORT
static String
NSQ_MESSAGE_ATTEMPTS
static String
NSQ_MESSAGE_ID
static String
NSQ_MESSAGE_TIMESTAMP
static String
NSQ_MESSAGE_TOPIC
-
-
-
Field Detail
-
NSQ_DEFAULT_PORT
static final int NSQ_DEFAULT_PORT
- See Also:
- Constant Field Values
-
NSQ_DEFAULT_LOOKUP_PORT
static final int NSQ_DEFAULT_LOOKUP_PORT
- See Also:
- Constant Field Values
-
NSQ_DEFAULT_LOOKUP_PORT_HTTP
static final int NSQ_DEFAULT_LOOKUP_PORT_HTTP
- See Also:
- Constant Field Values
-
NSQ_MESSAGE_ID
static final String NSQ_MESSAGE_ID
- See Also:
- Constant Field Values
-
NSQ_MESSAGE_ATTEMPTS
static final String NSQ_MESSAGE_ATTEMPTS
- See Also:
- Constant Field Values
-
NSQ_MESSAGE_TIMESTAMP
static final String NSQ_MESSAGE_TIMESTAMP
- See Also:
- Constant Field Values
-
NSQ_MESSAGE_TOPIC
static final String NSQ_MESSAGE_TOPIC
- See Also:
- Constant Field Values
-
-