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)
java.lang.String type.
Group: commondefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder newRemotePath(String newRemotePath)
java.lang.String type.
Group: commondefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder query(String query)
java.lang.String type.
Group: commondefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder remotePath(String remotePath)
java.lang.String type.
Group: commondefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder fullTokenId(String fullTokenId)
java.lang.String type.
Group: securitydefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder secretKey(String secretKey)
java.lang.String type.
Group: securitydefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder sslValidation(boolean sslValidation)
boolean type.
Default: false
Group: securitydefault AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder sslValidation(String sslValidation)
boolean type.
Default: false
Group: securityApache Camel