public static interface AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilder |
advanced() |
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
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.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
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.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
fullTokenId(String fullTokenId)
Atmos client fullTokenId.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
localPath(String localPath)
Local path to put files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
newRemotePath(String newRemotePath)
New path on Atmos when moving files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
query(String query)
Search query on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
remotePath(String remotePath)
Where to put files on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
secretKey(String secretKey)
The secret key to pass to the Atmos client (should be base64
encoded).
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
sslValidation(boolean sslValidation)
Atmos SSL validation.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
sslValidation(String sslValidation)
Atmos SSL validation.
|
default AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilder advanced()
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder localPath(String localPath)
localPath - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder newRemotePath(String newRemotePath)
newRemotePath - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder query(String query)
query - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder remotePath(String remotePath)
remotePath - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder fullTokenId(String fullTokenId)
fullTokenId - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder secretKey(String secretKey)
secretKey - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder sslValidation(boolean sslValidation)
sslValidation - the value to setdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder sslValidation(String sslValidation)
sslValidation - the value to setApache Camel