Uses of Class
org.apache.camel.component.azure.cosmosdb.CosmosDbConfiguration
Packages that use CosmosDbConfiguration
Package
Description
-
Uses of CosmosDbConfiguration in org.apache.camel.component.azure.cosmosdb
Methods in org.apache.camel.component.azure.cosmosdb that return CosmosDbConfigurationModifier and TypeMethodDescriptionCosmosDbConfiguration.copy()CosmosDbComponent.getConfiguration()The component configurationsCosmosDbConfigurationOptionsProxy.getConfiguration()CosmosDbConsumer.getConfiguration()CosmosDbEndpoint.getConfiguration()The component configurationsMethods in org.apache.camel.component.azure.cosmosdb with parameters of type CosmosDbConfigurationModifier and TypeMethodDescriptionvoidCosmosDbComponent.setConfiguration(CosmosDbConfiguration configuration) voidCosmosDbEndpoint.setConfiguration(CosmosDbConfiguration configuration) Constructors in org.apache.camel.component.azure.cosmosdb with parameters of type CosmosDbConfigurationModifierConstructorDescriptionCosmosDbConfigurationOptionsProxy(CosmosDbConfiguration configuration) CosmosDbEndpoint(String uri, org.apache.camel.Component component, CosmosDbConfiguration configuration) -
Uses of CosmosDbConfiguration in org.apache.camel.component.azure.cosmosdb.client
Methods in org.apache.camel.component.azure.cosmosdb.client with parameters of type CosmosDbConfigurationModifier and TypeMethodDescriptionstatic com.azure.cosmos.CosmosAsyncClientCosmosDbClientFactory.createCosmosAsyncClient(CosmosDbConfiguration configuration) static com.azure.cosmos.CosmosClientCosmosDbClientFactory.createCosmosSyncClient(CosmosDbConfiguration configuration)