Uses of Class
com.azure.cosmos.CosmosAsyncContainer
Packages that use CosmosAsyncContainer
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosAsyncContainer in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosAsyncContainerModifier and TypeMethodDescriptionCosmosAsyncDatabase.getContainer(String id) Gets a CosmosAsyncContainer object without making a service callMethods in com.azure.cosmos with parameters of type CosmosAsyncContainerModifier and TypeMethodDescriptionChangeFeedProcessorBuilder.feedContainer(CosmosAsyncContainer feedContainer) Sets and existingCosmosAsyncContainerto be used to read from the monitored container.ChangeFeedProcessorBuilder.leaseContainer(CosmosAsyncContainer leaseContainer) Sets an existingCosmosAsyncContainerto be used to read from the leases container.Method parameters in com.azure.cosmos with type arguments of type CosmosAsyncContainerModifier and TypeMethodDescriptionCosmosClientBuilder.containerCreationInterceptor(Function<CosmosAsyncContainer, CosmosAsyncContainer> factory) Sets a function that allows intercepting container creation - for example to wrap the original CosmosAsyncContainer in an extended custom class to add diagnostics, custom validations or behavior.CosmosClientBuilder.containerCreationInterceptor(Function<CosmosAsyncContainer, CosmosAsyncContainer> factory) Sets a function that allows intercepting container creation - for example to wrap the original CosmosAsyncContainer in an extended custom class to add diagnostics, custom validations or behavior.Constructors in com.azure.cosmos with parameters of type CosmosAsyncContainerModifierConstructorDescriptionprotectedCosmosAsyncContainer(CosmosAsyncContainer toBeWrappedContainer)