| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.atmos.basicPropertyBinding" |
public static final String |
CAMEL_SINK_ATMOS_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_ATMOS_COMPONENT_FULL_TOKEN_ID_CONF |
"camel.component.atmos.fullTokenId" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_FULL_TOKEN_ID_DOC |
"The token id to pass to the Atmos client" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.atmos.lazyStartProducer" |
public static final String |
CAMEL_SINK_ATMOS_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_ATMOS_COMPONENT_SECRET_KEY_CONF |
"camel.component.atmos.secretKey" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_SECRET_KEY_DOC |
"The secret key to pass to the Atmos client (should be base64 encoded)" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_SSL_VALIDATION_CONF |
"camel.component.atmos.sslValidation" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_SSL_VALIDATION_DOC |
"Whether the Atmos client should perform SSL validation" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_URI_CONF |
"camel.component.atmos.uri" |
public static final String |
CAMEL_SINK_ATMOS_COMPONENT_URI_DOC |
"The URI of the server for the Atmos client to connect to" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_ATMOS_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_ATMOS_ENDPOINT_FULL_TOKEN_ID_CONF |
"camel.sink.endpoint.fullTokenId" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_FULL_TOKEN_ID_DOC |
"Atmos client fullTokenId" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_ATMOS_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_ATMOS_ENDPOINT_LOCAL_PATH_CONF |
"camel.sink.endpoint.localPath" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_LOCAL_PATH_DOC |
"Local path to put files" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_NEW_REMOTE_PATH_CONF |
"camel.sink.endpoint.newRemotePath" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_NEW_REMOTE_PATH_DOC |
"New path on Atmos when moving files" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_QUERY_CONF |
"camel.sink.endpoint.query" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_QUERY_DOC |
"Search query on Atmos" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_REMOTE_PATH_CONF |
"camel.sink.endpoint.remotePath" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_REMOTE_PATH_DOC |
"Where to put files on Atmos" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_SECRET_KEY_DOC |
"The secret key to pass to the Atmos client (should be base64 encoded)" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_SSL_VALIDATION_CONF |
"camel.sink.endpoint.sslValidation" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_SSL_VALIDATION_DOC |
"Atmos SSL validation" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_ATMOS_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_ATMOS_ENDPOINT_URI_CONF |
"camel.sink.endpoint.uri" |
public static final String |
CAMEL_SINK_ATMOS_ENDPOINT_URI_DOC |
"Atomos server uri" |
public static final String |
CAMEL_SINK_ATMOS_PATH_NAME_CONF |
"camel.sink.path.name" |
public static final String |
CAMEL_SINK_ATMOS_PATH_NAME_DOC |
"Atmos name" |
public static final String |
CAMEL_SINK_ATMOS_PATH_OPERATION_CONF |
"camel.sink.path.operation" |
public static final String |
CAMEL_SINK_ATMOS_PATH_OPERATION_DOC |
"Operation to perform One of: [put] [del] [search] [get] [move]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.atmos.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.atmos.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_COMPONENT_FULL_TOKEN_ID_CONF |
"camel.component.atmos.fullTokenId" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_FULL_TOKEN_ID_DOC |
"The token id to pass to the Atmos client" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_SECRET_KEY_CONF |
"camel.component.atmos.secretKey" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_SECRET_KEY_DOC |
"The secret key to pass to the Atmos client (should be base64 encoded)" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_SSL_VALIDATION_CONF |
"camel.component.atmos.sslValidation" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_SSL_VALIDATION_DOC |
"Whether the Atmos client should perform SSL validation" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_URI_CONF |
"camel.component.atmos.uri" |
public static final String |
CAMEL_SOURCE_ATMOS_COMPONENT_URI_DOC |
"The URI of the server for the Atmos client to connect to" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_ENDPOINT_FULL_TOKEN_ID_CONF |
"camel.source.endpoint.fullTokenId" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_FULL_TOKEN_ID_DOC |
"Atmos client fullTokenId" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_LOCAL_PATH_CONF |
"camel.source.endpoint.localPath" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_LOCAL_PATH_DOC |
"Local path to put files" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_NEW_REMOTE_PATH_CONF |
"camel.source.endpoint.newRemotePath" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_NEW_REMOTE_PATH_DOC |
"New path on Atmos when moving files" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_QUERY_CONF |
"camel.source.endpoint.query" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_QUERY_DOC |
"Search query on Atmos" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_REMOTE_PATH_CONF |
"camel.source.endpoint.remotePath" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_REMOTE_PATH_DOC |
"Where to put files on Atmos" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_SECRET_KEY_CONF |
"camel.source.endpoint.secretKey" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_SECRET_KEY_DOC |
"The secret key to pass to the Atmos client (should be base64 encoded)" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_SSL_VALIDATION_CONF |
"camel.source.endpoint.sslValidation" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_SSL_VALIDATION_DOC |
"Atmos SSL validation" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_ATMOS_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_ATMOS_ENDPOINT_URI_CONF |
"camel.source.endpoint.uri" |
public static final String |
CAMEL_SOURCE_ATMOS_ENDPOINT_URI_DOC |
"Atomos server uri" |
public static final String |
CAMEL_SOURCE_ATMOS_PATH_NAME_CONF |
"camel.source.path.name" |
public static final String |
CAMEL_SOURCE_ATMOS_PATH_NAME_DOC |
"Atmos name" |
public static final String |
CAMEL_SOURCE_ATMOS_PATH_OPERATION_CONF |
"camel.source.path.operation" |
public static final String |
CAMEL_SOURCE_ATMOS_PATH_OPERATION_DOC |
"Operation to perform One of: [put] [del] [search] [get] [move]" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.