default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AdvancedAtmosEndpointConsumerBuilder.basic() |
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
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 |
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 |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.fullTokenId(String fullTokenId) |
Atmos client fullTokenId.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.localPath(String localPath) |
Local path to put files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.newRemotePath(String newRemotePath) |
New path on Atmos when moving files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.query(String query) |
Search query on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.remotePath(String remotePath) |
Where to put files on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.secretKey(String secretKey) |
The secret key to pass to the Atmos client (should be base64
encoded).
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.sslValidation(boolean sslValidation) |
Atmos SSL validation.
|
default AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointConsumerBuilder.sslValidation(String sslValidation) |
Atmos SSL validation.
|