Class QueueConstants
- java.lang.Object
-
- org.apache.camel.component.azure.storage.queue.QueueConstants
-
public final class QueueConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_QUEUEstatic StringDEQUEUE_COUNTstatic StringEXPIRATION_TIMEstatic StringINSERTION_TIMEstatic StringMAX_MESSAGESstatic StringMESSAGE_IDstatic StringMETADATAstatic StringPOP_RECEIPTstatic StringQUEUE_NAMEstatic StringQUEUE_OPERATIONstatic StringQUEUES_SEGMENT_OPTIONSstatic StringRAW_HTTP_HEADERSstatic StringTIME_NEXT_VISIBLEstatic StringTIME_TO_LIVEstatic StringTIMEOUTstatic StringVISIBILITY_TIMEOUT
-
-
-
Field Detail
-
RAW_HTTP_HEADERS
public static final String RAW_HTTP_HEADERS
- See Also:
- Constant Field Values
-
METADATA
public static final String METADATA
- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
INSERTION_TIME
public static final String INSERTION_TIME
- See Also:
- Constant Field Values
-
EXPIRATION_TIME
public static final String EXPIRATION_TIME
- See Also:
- Constant Field Values
-
POP_RECEIPT
public static final String POP_RECEIPT
- See Also:
- Constant Field Values
-
TIME_NEXT_VISIBLE
public static final String TIME_NEXT_VISIBLE
- See Also:
- Constant Field Values
-
DEQUEUE_COUNT
public static final String DEQUEUE_COUNT
- See Also:
- Constant Field Values
-
QUEUE_OPERATION
public static final String QUEUE_OPERATION
- See Also:
- Constant Field Values
-
QUEUE_NAME
public static final String QUEUE_NAME
- See Also:
- Constant Field Values
-
QUEUES_SEGMENT_OPTIONS
public static final String QUEUES_SEGMENT_OPTIONS
- See Also:
- Constant Field Values
-
TIMEOUT
public static final String TIMEOUT
- See Also:
- Constant Field Values
-
MAX_MESSAGES
public static final String MAX_MESSAGES
- See Also:
- Constant Field Values
-
VISIBILITY_TIMEOUT
public static final String VISIBILITY_TIMEOUT
- See Also:
- Constant Field Values
-
TIME_TO_LIVE
public static final String TIME_TO_LIVE
- See Also:
- Constant Field Values
-
CREATE_QUEUE
public static final String CREATE_QUEUE
- See Also:
- Constant Field Values
-
-