Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_RETRY_ATTEMPTS |
5 |
public static final long |
DEFAULT_RETRY_DELAY_IN_MILLISECONDS |
5000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MODEL_DOCUMENTATION_PREFIX |
"org/apache/camel/model/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE_PATH |
"META-INF/services/org/apache/camel/invoke-on-header/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE |
"resource:" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FACTORY |
"lru-cache-factory" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMPONENT_FALLBACK_SUFFIX |
"-component" |
public static final String |
DATA_FORMAT_FACTORY_FALLBACK_SUFFIX |
"-dataformat-factory" |
public static final String |
DATA_FORMAT_FALLBACK_SUFFIX |
"-dataformat" |
public static final String |
LANGUAGE_FALLBACK_SUFFIX |
"-language" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_NAMESPACE |
"http://camel.apache.org/schema/spring" |
public static final String |
ENVIRONMENT_VARIABLES |
"http://camel.apache.org/xml/variables/environment-variables" |
public static final String |
EXCHANGE_PROPERTY |
"http://camel.apache.org/xml/variables/exchange-property" |
public static final String |
FUNCTION_NAMESPACE |
"http://camel.apache.org/xml/function/" |
public static final String |
IN_NAMESPACE |
"http://camel.apache.org/xml/in/" |
public static final String |
OUT_NAMESPACE |
"http://camel.apache.org/xml/out/" |
public static final String |
SYSTEM_PROPERTIES_NAMESPACE |
"http://camel.apache.org/xml/variables/system-properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SEPARATOR |
"/" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DEFAULT_NAME |
"camel-repeatable-task" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
UNLIMITED_ITERATIONS |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
UNLIMITED_DURATION |
-1L |
Apache Camel