Uses of Interface
org.apache.camel.builder.endpoint.dsl.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder
Packages that use CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder
-
Uses of CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.azureCosmosdb(String path) Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform.StaticEndpointBuilders.azureCosmosdb(String componentName, String path) Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform. -
Uses of CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilderModifier and TypeMethodDescriptionCosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.accountKey(String accountKey) Sets either a master or readonly key used to perform authentication for accessing resource.CosmosDbEndpointBuilderFactory.CosmosDbBuilders.azureCosmosdb(String path) Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform.CosmosDbEndpointBuilderFactory.CosmosDbBuilders.azureCosmosdb(String componentName, String path) Azure CosmosDB (camel-azure-cosmosdb) To read and write records to the CosmosDB database on Azure cloud platform.CosmosDbEndpointBuilderFactory.AdvancedCosmosDbEndpointBuilder.basic()CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.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.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.clientTelemetryEnabled(String 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.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.connectionSharingAcrossClientsEnabled(boolean connectionSharingAcrossClientsEnabled) Enables connections sharing across multiple Cosmos Clients.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.connectionSharingAcrossClientsEnabled(String connectionSharingAcrossClientsEnabled) Enables connections sharing across multiple Cosmos Clients.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.consistencyLevel(com.azure.cosmos.ConsistencyLevel consistencyLevel) Sets the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.consistencyLevel(String consistencyLevel) Sets the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.containerPartitionKeyPath(String containerPartitionKeyPath) Sets the container partition key path.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.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.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.contentResponseOnWriteEnabled(String 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.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.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.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.cosmosAsyncClient(String cosmosAsyncClient) Inject an external CosmosAsyncClient into the component which provides a client-side logical representation of the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.createContainerIfNotExists(boolean createContainerIfNotExists) Sets if the component should create Cosmos container automatically in case it doesn't exist in Cosmos database.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.createContainerIfNotExists(String createContainerIfNotExists) Sets if the component should create Cosmos container automatically in case it doesn't exist in Cosmos database.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.createDatabaseIfNotExists(boolean createDatabaseIfNotExists) Sets if the component should create Cosmos database automatically in case it doesn't exist in Cosmos account.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.createDatabaseIfNotExists(String createDatabaseIfNotExists) Sets if the component should create Cosmos database automatically in case it doesn't exist in Cosmos account.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.databaseEndpoint(String databaseEndpoint) Sets the Azure Cosmos database endpoint the component will connect to.CosmosDbEndpointBuilderFactory.endpointBuilder(String componentName, String path) CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.multipleWriteRegionsEnabled(boolean multipleWriteRegionsEnabled) Sets the flag to enable writes on any regions for geo-replicated database accounts in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.multipleWriteRegionsEnabled(String multipleWriteRegionsEnabled) Sets the flag to enable writes on any regions for geo-replicated database accounts in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.preferredRegions(String preferredRegions) Sets the comma separated preferred regions for geo-replicated database accounts.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.readRequestsFallbackEnabled(boolean readRequestsFallbackEnabled) Sets whether to allow for reads to go to multiple regions configured on an account of Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.readRequestsFallbackEnabled(String readRequestsFallbackEnabled) Sets whether to allow for reads to go to multiple regions configured on an account of Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.throughputProperties(com.azure.cosmos.models.ThroughputProperties throughputProperties) Sets throughput of the resources in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.throughputProperties(String throughputProperties) Sets throughput of the resources in the Azure Cosmos DB service.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.useDefaultIdentity(boolean useDefaultIdentity) Indicates whether to use the default identity mechanism instead of the access key.CosmosDbEndpointBuilderFactory.CosmosDbEndpointBuilder.useDefaultIdentity(String useDefaultIdentity) Indicates whether to use the default identity mechanism instead of the access key.