Class Headers
- java.lang.Object
-
- org.apache.camel.component.beanstalk.Headers
-
public final class Headers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGE
static String
BURIES
static String
DELAY
static String
JOB_ID
static String
KICKS
static String
PREFIX
static String
PRIORITY
static String
RELEASES
static String
RESULT
static String
STATE
static String
TIME_LEFT
static String
TIME_TO_RUN
static String
TIMEOUTS
static String
TUBE
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
DELAY
public static final String DELAY
- See Also:
- Constant Field Values
-
TIME_TO_RUN
public static final String TIME_TO_RUN
- See Also:
- Constant Field Values
-
JOB_ID
public static final String JOB_ID
- See Also:
- Constant Field Values
-
RESULT
public static final String RESULT
- See Also:
- Constant Field Values
-
TUBE
public static final String TUBE
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
AGE
public static final String AGE
- See Also:
- Constant Field Values
-
TIME_LEFT
public static final String TIME_LEFT
- See Also:
- Constant Field Values
-
TIMEOUTS
public static final String TIMEOUTS
- See Also:
- Constant Field Values
-
RELEASES
public static final String RELEASES
- See Also:
- Constant Field Values
-
BURIES
public static final String BURIES
- See Also:
- Constant Field Values
-
KICKS
public static final String KICKS
- See Also:
- Constant Field Values
-
-