default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.accountKey(String accountKey) |
Sets either a master or readonly key used to perform authentication
for accessing resource.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.azureCosmosdb() |
Azure CosmosDB (camel-azure-cosmosdb)
To read and write records to the CosmosDB database on Azure cloud
platform.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.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 AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.changeFeedProcessorOptions(com.azure.cosmos.models.ChangeFeedProcessorOptions changeFeedProcessorOptions) |
Sets the ChangeFeedProcessorOptions to be used.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.clientTelemetryEnabled(boolean clientTelemetryEnabled) |
Sets the flag to enable client telemetry which will periodically
collect database operations aggregation statistics, system
information like cpu/memory and send it to cosmos monitoring service,
which will be helpful during debugging.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.configuration(org.apache.camel.component.azure.cosmosdb.CosmosDbConfiguration configuration) |
The component configurations.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.connectionSharingAcrossClientsEnabled(boolean connectionSharingAcrossClientsEnabled) |
Enables connections sharing across multiple Cosmos Clients.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.consistencyLevel(com.azure.cosmos.ConsistencyLevel consistencyLevel) |
Sets the consistency levels supported for Azure Cosmos DB client
operations in the Azure Cosmos DB service.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.containerPartitionKeyPath(String containerPartitionKeyPath) |
Sets the container partition key path.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.contentResponseOnWriteEnabled(boolean contentResponseOnWriteEnabled) |
Sets the boolean to only return the headers and status code in Cosmos
DB response in case of Create, Update and Delete operations on
CosmosItem.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.cosmosAsyncClient(com.azure.cosmos.CosmosAsyncClient cosmosAsyncClient) |
Inject an external CosmosAsyncClient into the component which
provides a client-side logical representation of the Azure Cosmos DB
service.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createContainerIfNotExists(boolean createContainerIfNotExists) |
Sets if the component should create Cosmos container automatically in
case it doesn't exist in Cosmos database.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createDatabaseIfNotExists(boolean createDatabaseIfNotExists) |
Sets if the component should create Cosmos database automatically in
case it doesn't exist in Cosmos account.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createLeaseContainerIfNotExists(boolean createLeaseContainerIfNotExists) |
Sets if the component should create Cosmos lease container for the
consumer automatically in case it doesn't exist in Cosmos database.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createLeaseDatabaseIfNotExists(boolean createLeaseDatabaseIfNotExists) |
Sets if the component should create Cosmos lease database for the
consumer automatically in case it doesn't exist in Cosmos account.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.databaseEndpoint(String databaseEndpoint) |
Sets the Azure Cosmos database endpoint the component will connect
to.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.hostName(String hostName) |
Sets the hostname.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.itemId(String itemId) |
Sets the itemId in case needed for operation on item like delete,
replace.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.itemPartitionKey(com.azure.cosmos.models.PartitionKey itemPartitionKey) |
Sets partition key.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.leaseContainerName(String leaseContainerName) |
Sets the lease container which acts as a state storage and
coordinates processing the change feed across multiple workers.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.leaseDatabaseName(String leaseDatabaseName) |
Sets the lease database where the leaseContainerName will be stored.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.multipleWriteRegionsEnabled(boolean multipleWriteRegionsEnabled) |
Sets the flag to enable writes on any regions for geo-replicated
database accounts in the Azure Cosmos DB service.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.operation(org.apache.camel.component.azure.cosmosdb.CosmosDbOperationsDefinition operation) |
The CosmosDB operation that can be used with this component on the
producer.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.preferredRegions(List<String> preferredRegions) |
Sets the preferred regions for geo-replicated database accounts.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.query(String query) |
An SQL query to execute on a given resources.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.queryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions queryRequestOptions) |
Set additional QueryRequestOptions that can be used with queryItems,
queryContainers, queryDatabases, listDatabases, listItems,
listContainers operations.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.readRequestsFallbackEnabled(boolean readRequestsFallbackEnabled) |
Sets whether to allow for reads to go to multiple regions configured
on an account of Azure Cosmos DB service.
|
default AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.throughputProperties(com.azure.cosmos.models.ThroughputProperties throughputProperties) |
Sets throughput of the resources in the Azure Cosmos DB service.
|