| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_ACL_TOKEN_CONF |
"camel.component.consul.aclToken" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_ACL_TOKEN_DOC |
"Sets the ACL token to be used with Consul" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_ACTION_CONF |
"camel.component.consul.action" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_ACTION_DOC |
"The default action. Can be overridden by CamelConsulAction" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.consul.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONFIGURATION_CONF |
"camel.component.consul.configuration" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONFIGURATION_DOC |
"Consul configuration" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONNECT_TIMEOUT_CONF |
"camel.component.consul.connectTimeout" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONNECT_TIMEOUT_DOC |
"Connect timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONNECT_TIMEOUT_MILLIS_CONF |
"camel.component.consul.connectTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONNECT_TIMEOUT_MILLIS_DOC |
"Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_CONF |
"camel.component.consul.consistencyMode" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_DEFAULT |
"DEFAULT" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONSISTENCY_MODE_DOC |
"The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONSUL_CLIENT_CONF |
"camel.component.consul.consulClient" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_CONSUL_CLIENT_DOC |
"Reference to a com.orbitz.consul.Consul in the registry." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_DATACENTER_CONF |
"camel.component.consul.datacenter" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_DATACENTER_DOC |
"The data center" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_KEY_CONF |
"camel.component.consul.key" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_KEY_DOC |
"The default key. Can be overridden by CamelConsulKey" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.consul.lazyStartProducer" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_NEAR_NODE_CONF |
"camel.component.consul.nearNode" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_NEAR_NODE_DOC |
"The near node to use for queries." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_NODE_META_CONF |
"camel.component.consul.nodeMeta" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_NODE_META_DOC |
"The note meta-data to use for queries." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_PASSWORD_CONF |
"camel.component.consul.password" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_PASSWORD_DOC |
"Sets the password to be used for basic authentication" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_PING_INSTANCE_CONF |
"camel.component.consul.pingInstance" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_PING_INSTANCE_DOC |
"Configure if the AgentClient should attempt a ping before returning the Consul instance" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_READ_TIMEOUT_CONF |
"camel.component.consul.readTimeout" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_READ_TIMEOUT_DOC |
"Read timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_READ_TIMEOUT_MILLIS_CONF |
"camel.component.consul.readTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_READ_TIMEOUT_MILLIS_DOC |
"Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.consul.sslContextParameters" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_TAGS_CONF |
"camel.component.consul.tags" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_TAGS_DOC |
"Set tags. You can separate multiple tags by comma." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_URL_CONF |
"camel.component.consul.url" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_URL_DOC |
"The Consul agent URL" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.consul.useGlobalSslContextParameters" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_USER_NAME_CONF |
"camel.component.consul.userName" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_USER_NAME_DOC |
"Sets the username to be used for basic authentication" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_VALUE_AS_STRING_CONF |
"camel.component.consul.valueAsString" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_VALUE_AS_STRING_DOC |
"Default to transform values retrieved from Consul i.e. on KV endpoint to string." |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_WRITE_TIMEOUT_CONF |
"camel.component.consul.writeTimeout" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_WRITE_TIMEOUT_DOC |
"Write timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_CONF |
"camel.component.consul.writeTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_DOC |
"Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_ACL_TOKEN_CONF |
"camel.sink.endpoint.aclToken" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_ACL_TOKEN_DOC |
"Sets the ACL token to be used with Consul" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_ACTION_CONF |
"camel.sink.endpoint.action" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_ACTION_DOC |
"The default action. Can be overridden by CamelConsulAction" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONNECT_TIMEOUT_CONF |
"camel.sink.endpoint.connectTimeout" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONNECT_TIMEOUT_DOC |
"Connect timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONNECT_TIMEOUT_MILLIS_CONF |
"camel.sink.endpoint.connectTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONNECT_TIMEOUT_MILLIS_DOC |
"Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONSISTENCY_MODE_CONF |
"camel.sink.endpoint.consistencyMode" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONSISTENCY_MODE_DEFAULT |
"DEFAULT" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONSISTENCY_MODE_DOC |
"The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONSUL_CLIENT_CONF |
"camel.sink.endpoint.consulClient" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_CONSUL_CLIENT_DOC |
"Reference to a com.orbitz.consul.Consul in the registry." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_DATACENTER_CONF |
"camel.sink.endpoint.datacenter" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_DATACENTER_DOC |
"The data center" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_KEY_CONF |
"camel.sink.endpoint.key" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_KEY_DOC |
"The default key. Can be overridden by CamelConsulKey" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_NEAR_NODE_CONF |
"camel.sink.endpoint.nearNode" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_NEAR_NODE_DOC |
"The near node to use for queries." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_NODE_META_CONF |
"camel.sink.endpoint.nodeMeta" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_NODE_META_DOC |
"The note meta-data to use for queries." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_PASSWORD_DOC |
"Sets the password to be used for basic authentication" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_PING_INSTANCE_CONF |
"camel.sink.endpoint.pingInstance" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_PING_INSTANCE_DOC |
"Configure if the AgentClient should attempt a ping before returning the Consul instance" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_READ_TIMEOUT_CONF |
"camel.sink.endpoint.readTimeout" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_READ_TIMEOUT_DOC |
"Read timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_READ_TIMEOUT_MILLIS_CONF |
"camel.sink.endpoint.readTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_READ_TIMEOUT_MILLIS_DOC |
"Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.sink.endpoint.sslContextParameters" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_TAGS_CONF |
"camel.sink.endpoint.tags" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_TAGS_DOC |
"Set tags. You can separate multiple tags by comma." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_URL_CONF |
"camel.sink.endpoint.url" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_URL_DOC |
"The Consul agent URL" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_USER_NAME_CONF |
"camel.sink.endpoint.userName" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_USER_NAME_DOC |
"Sets the username to be used for basic authentication" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_VALUE_AS_STRING_CONF |
"camel.sink.endpoint.valueAsString" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_VALUE_AS_STRING_DOC |
"Default to transform values retrieved from Consul i.e. on KV endpoint to string." |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_WRITE_TIMEOUT_CONF |
"camel.sink.endpoint.writeTimeout" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_WRITE_TIMEOUT_DOC |
"Write timeout for OkHttpClient" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_WRITE_TIMEOUT_MILLIS_CONF |
"camel.sink.endpoint.writeTimeoutMillis" |
public static final String |
CAMEL_SINK_CONSUL_ENDPOINT_WRITE_TIMEOUT_MILLIS_DOC |
"Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead" |
public static final String |
CAMEL_SINK_CONSUL_PATH_API_ENDPOINT_CONF |
"camel.sink.path.apiEndpoint" |
public static final String |
CAMEL_SINK_CONSUL_PATH_API_ENDPOINT_DOC |
"The API endpoint" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_ACL_TOKEN_CONF |
"camel.component.consul.aclToken" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_ACL_TOKEN_DOC |
"Sets the ACL token to be used with Consul" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.consul.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BLOCK_SECONDS_CONF |
"camel.component.consul.blockSeconds" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BLOCK_SECONDS_DEFAULT |
"10" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BLOCK_SECONDS_DOC |
"The second to wait for a watch event, default 10 seconds" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.consul.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONFIGURATION_CONF |
"camel.component.consul.configuration" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONFIGURATION_DOC |
"Consul configuration" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONNECT_TIMEOUT_CONF |
"camel.component.consul.connectTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONNECT_TIMEOUT_DOC |
"Connect timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONNECT_TIMEOUT_MILLIS_CONF |
"camel.component.consul.connectTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONNECT_TIMEOUT_MILLIS_DOC |
"Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_CONF |
"camel.component.consul.consistencyMode" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_DEFAULT |
"DEFAULT" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONSISTENCY_MODE_DOC |
"The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONSUL_CLIENT_CONF |
"camel.component.consul.consulClient" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_CONSUL_CLIENT_DOC |
"Reference to a com.orbitz.consul.Consul in the registry." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_DATACENTER_CONF |
"camel.component.consul.datacenter" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_DATACENTER_DOC |
"The data center" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_FIRST_INDEX_CONF |
"camel.component.consul.firstIndex" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_FIRST_INDEX_DEFAULT |
"0" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_FIRST_INDEX_DOC |
"The first index for watch for, default 0" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_KEY_CONF |
"camel.component.consul.key" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_KEY_DOC |
"The default key. Can be overridden by CamelConsulKey" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_NEAR_NODE_CONF |
"camel.component.consul.nearNode" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_NEAR_NODE_DOC |
"The near node to use for queries." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_NODE_META_CONF |
"camel.component.consul.nodeMeta" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_NODE_META_DOC |
"The note meta-data to use for queries." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_PASSWORD_CONF |
"camel.component.consul.password" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_PASSWORD_DOC |
"Sets the password to be used for basic authentication" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_PING_INSTANCE_CONF |
"camel.component.consul.pingInstance" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_PING_INSTANCE_DOC |
"Configure if the AgentClient should attempt a ping before returning the Consul instance" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_READ_TIMEOUT_CONF |
"camel.component.consul.readTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_READ_TIMEOUT_DOC |
"Read timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_READ_TIMEOUT_MILLIS_CONF |
"camel.component.consul.readTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_READ_TIMEOUT_MILLIS_DOC |
"Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_RECURSIVE_CONF |
"camel.component.consul.recursive" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_RECURSIVE_DOC |
"Recursively watch, default false" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.consul.sslContextParameters" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_TAGS_CONF |
"camel.component.consul.tags" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_TAGS_DOC |
"Set tags. You can separate multiple tags by comma." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_URL_CONF |
"camel.component.consul.url" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_URL_DOC |
"The Consul agent URL" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.consul.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_USER_NAME_CONF |
"camel.component.consul.userName" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_USER_NAME_DOC |
"Sets the username to be used for basic authentication" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_CONF |
"camel.component.consul.writeTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_DOC |
"Write timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_CONF |
"camel.component.consul.writeTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_COMPONENT_WRITE_TIMEOUT_MILLIS_DOC |
"Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_ACL_TOKEN_CONF |
"camel.source.endpoint.aclToken" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_ACL_TOKEN_DOC |
"Sets the ACL token to be used with Consul" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BLOCK_SECONDS_CONF |
"camel.source.endpoint.blockSeconds" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BLOCK_SECONDS_DEFAULT |
"10" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BLOCK_SECONDS_DOC |
"The second to wait for a watch event, default 10 seconds" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONNECT_TIMEOUT_CONF |
"camel.source.endpoint.connectTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONNECT_TIMEOUT_DOC |
"Connect timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONNECT_TIMEOUT_MILLIS_CONF |
"camel.source.endpoint.connectTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONNECT_TIMEOUT_MILLIS_DOC |
"Connect timeout for OkHttpClient. Deprecation note: Use connectTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONSISTENCY_MODE_CONF |
"camel.source.endpoint.consistencyMode" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONSISTENCY_MODE_DEFAULT |
"DEFAULT" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONSISTENCY_MODE_DOC |
"The consistencyMode used for queries, default ConsistencyMode.DEFAULT One of: [DEFAULT] [STALE] [CONSISTENT]" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONSUL_CLIENT_CONF |
"camel.source.endpoint.consulClient" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_CONSUL_CLIENT_DOC |
"Reference to a com.orbitz.consul.Consul in the registry." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_DATACENTER_CONF |
"camel.source.endpoint.datacenter" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_DATACENTER_DOC |
"The data center" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_FIRST_INDEX_CONF |
"camel.source.endpoint.firstIndex" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_FIRST_INDEX_DEFAULT |
"0" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_FIRST_INDEX_DOC |
"The first index for watch for, default 0" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_KEY_CONF |
"camel.source.endpoint.key" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_KEY_DOC |
"The default key. Can be overridden by CamelConsulKey" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_NEAR_NODE_CONF |
"camel.source.endpoint.nearNode" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_NEAR_NODE_DOC |
"The near node to use for queries." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_NODE_META_CONF |
"camel.source.endpoint.nodeMeta" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_NODE_META_DOC |
"The note meta-data to use for queries." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_PASSWORD_CONF |
"camel.source.endpoint.password" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_PASSWORD_DOC |
"Sets the password to be used for basic authentication" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_PING_INSTANCE_CONF |
"camel.source.endpoint.pingInstance" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_PING_INSTANCE_DOC |
"Configure if the AgentClient should attempt a ping before returning the Consul instance" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_READ_TIMEOUT_CONF |
"camel.source.endpoint.readTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_READ_TIMEOUT_DOC |
"Read timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_READ_TIMEOUT_MILLIS_CONF |
"camel.source.endpoint.readTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_READ_TIMEOUT_MILLIS_DOC |
"Read timeout for OkHttpClient. Deprecation note: Use readTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_RECURSIVE_CONF |
"camel.source.endpoint.recursive" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_RECURSIVE_DOC |
"Recursively watch, default false" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_TAGS_CONF |
"camel.source.endpoint.tags" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_TAGS_DOC |
"Set tags. You can separate multiple tags by comma." |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_URL_CONF |
"camel.source.endpoint.url" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_URL_DOC |
"The Consul agent URL" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_USER_NAME_CONF |
"camel.source.endpoint.userName" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_USER_NAME_DOC |
"Sets the username to be used for basic authentication" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_WRITE_TIMEOUT_CONF |
"camel.source.endpoint.writeTimeout" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_WRITE_TIMEOUT_DOC |
"Write timeout for OkHttpClient" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_WRITE_TIMEOUT_MILLIS_CONF |
"camel.source.endpoint.writeTimeoutMillis" |
public static final String |
CAMEL_SOURCE_CONSUL_ENDPOINT_WRITE_TIMEOUT_MILLIS_DOC |
"Write timeout for OkHttpClient. Deprecation note: Use writeTimeout instead" |
public static final String |
CAMEL_SOURCE_CONSUL_PATH_API_ENDPOINT_CONF |
"camel.source.path.apiEndpoint" |
public static final String |
CAMEL_SOURCE_CONSUL_PATH_API_ENDPOINT_DOC |
"The API endpoint" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.