Uses of Class
org.apache.camel.component.azure.cosmosdb.CosmosDbConfiguration
-
Packages that use CosmosDbConfiguration Package Description org.apache.camel.component.azure.cosmosdb org.apache.camel.component.azure.cosmosdb.client -
-
Uses of CosmosDbConfiguration in org.apache.camel.component.azure.cosmosdb
Methods in org.apache.camel.component.azure.cosmosdb that return CosmosDbConfiguration Modifier and Type Method Description CosmosDbConfigurationCosmosDbConfiguration. copy()CosmosDbConfigurationCosmosDbComponent. getConfiguration()The component configurationsCosmosDbConfigurationCosmosDbConfigurationOptionsProxy. getConfiguration()CosmosDbConfigurationCosmosDbConsumer. getConfiguration()CosmosDbConfigurationCosmosDbEndpoint. getConfiguration()The component configurationsMethods in org.apache.camel.component.azure.cosmosdb with parameters of type CosmosDbConfiguration Modifier and Type Method Description voidCosmosDbComponent. setConfiguration(CosmosDbConfiguration configuration)voidCosmosDbEndpoint. setConfiguration(CosmosDbConfiguration configuration)Constructors in org.apache.camel.component.azure.cosmosdb with parameters of type CosmosDbConfiguration Constructor Description CosmosDbConfigurationOptionsProxy(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 CosmosDbConfiguration Modifier and Type Method Description static com.azure.cosmos.CosmosAsyncClientCosmosDbClientFactory. createCosmosAsyncClient(CosmosDbConfiguration configuration)static com.azure.cosmos.CosmosClientCosmosDbClientFactory. createCosmosSyncClient(CosmosDbConfiguration configuration)
-