Uses of Class
com.azure.cosmos.CosmosAsyncClient
Packages that use CosmosAsyncClient
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides Encryption interfaces for interacting with Azure Cosmos DB.
Cosmosdb class for spring
This package contains the classes to configure properties of cosmos db
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
-
Uses of CosmosAsyncClient in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosAsyncClientModifier and TypeMethodDescriptionCosmosClientBuilder.buildAsyncClient()
Builds a cosmos async client with the provided properties -
Uses of CosmosAsyncClient in com.azure.cosmos.encryption
Methods in com.azure.cosmos.encryption that return CosmosAsyncClientModifier and TypeMethodDescriptionCosmosEncryptionAsyncClient.getCosmosAsyncClient()
Get the regular CosmosAsyncClient back.Methods in com.azure.cosmos.encryption with parameters of type CosmosAsyncClientModifier and TypeMethodDescriptionCosmosEncryptionClientBuilder.cosmosAsyncClient
(CosmosAsyncClient cosmosAsyncClient) Sets the cosmos core async client to be used. -
Uses of CosmosAsyncClient in com.azure.spring.data.cosmos
Methods in com.azure.spring.data.cosmos that return CosmosAsyncClientModifier and TypeMethodDescriptionstatic CosmosAsyncClient
CosmosFactory.createCosmosAsyncClient
(CosmosClientBuilder cosmosClientBuilder) Create Cosmos Async ClientCosmosFactory.getCosmosAsyncClient()
To create a CosmosAsyncClientConstructors in com.azure.spring.data.cosmos with parameters of type CosmosAsyncClientModifierConstructorDescriptionCosmosFactory
(CosmosAsyncClient cosmosAsyncClient, String databaseName) Validate config and initialization -
Uses of CosmosAsyncClient in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return CosmosAsyncClientModifier and TypeMethodDescriptionAbstractCosmosConfiguration.cosmosAsyncClient
(CosmosClientBuilder cosmosClientBuilder) Declare CosmosAsyncClient bean.Methods in com.azure.spring.data.cosmos.config with parameters of type CosmosAsyncClientModifier and TypeMethodDescriptionAbstractCosmosConfiguration.cosmosFactory
(CosmosAsyncClient cosmosAsyncClient) Declare CosmosFactory bean. -
Uses of CosmosAsyncClient in com.azure.spring.data.cosmos.core
Constructors in com.azure.spring.data.cosmos.core with parameters of type CosmosAsyncClientModifierConstructorDescriptionCosmosTemplate
(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationCosmosTemplate
(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) InitializationReactiveCosmosTemplate
(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationReactiveCosmosTemplate
(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) Initialization