Uses of Interface
org.apache.camel.builder.component.dsl.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder
Packages that use AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder
-
Uses of AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.azureCosmosdb()Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform. -
Uses of AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilderModifier and TypeMethodDescriptionAzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.accountKey(String accountKey) Sets either a master or readonly key used to perform authentication for accessing resource.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AzureCosmosdbComponentBuilderFactory.azureCosmosdb()Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.changeFeedProcessorOptions(com.azure.cosmos.models.ChangeFeedProcessorOptions changeFeedProcessorOptions) Sets the ChangeFeedProcessorOptions to be used.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.configuration(org.apache.camel.component.azure.cosmosdb.CosmosDbConfiguration configuration) The component configurations.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.connectionSharingAcrossClientsEnabled(boolean connectionSharingAcrossClientsEnabled) Enables connections sharing across multiple Cosmos Clients.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.containerPartitionKeyPath(String containerPartitionKeyPath) Sets the container partition key path.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.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createContainerIfNotExists(boolean createContainerIfNotExists) Sets if the component should create Cosmos container automatically in case it doesn't exist in Cosmos database.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.createDatabaseIfNotExists(boolean createDatabaseIfNotExists) Sets if the component should create Cosmos database automatically in case it doesn't exist in Cosmos account.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.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.databaseEndpoint(String databaseEndpoint) Sets the Azure Cosmos database endpoint the component will connect to.Sets the hostname.Sets the itemId in case needed for operation on item like delete, replace.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.itemPartitionKey(String itemPartitionKey) Sets partition key.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.leaseContainerName(String leaseContainerName) Sets the lease container which acts as a state storage and coordinates processing the change feed across multiple workers.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.leaseDatabaseName(String leaseDatabaseName) Sets the lease database where the leaseContainerName will be stored.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.operation(org.apache.camel.component.azure.cosmosdb.CosmosDbOperationsDefinition operation) The CosmosDB operation that can be used with this component on the producer.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.preferredRegions(String preferredRegions) Sets the comma separated preferred regions for geo-replicated database accounts.An SQL query to execute on a given resources.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.queryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions queryRequestOptions) Set additional QueryRequestOptions that can be used with queryItems, queryContainers, queryDatabases, listDatabases, listItems, listContainers operations.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.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.throughputProperties(com.azure.cosmos.models.ThroughputProperties throughputProperties) Sets throughput of the resources in the Azure Cosmos DB service.AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder.useDefaultIdentity(boolean useDefaultIdentity) Indicates whether to use the default identity mechanism instead of the access key.