Uses of Class
com.azure.cosmos.encryption.ChangeFeedEncryptionProcessorBuilder
Packages that use ChangeFeedEncryptionProcessorBuilder
Package
Description
This package provides Encryption interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedEncryptionProcessorBuilder in com.azure.cosmos.encryption
Methods in com.azure.cosmos.encryption that return ChangeFeedEncryptionProcessorBuilderModifier and TypeMethodDescriptionChangeFeedEncryptionProcessorBuilder.feedContainer(CosmosEncryptionAsyncContainer feedContainer) Sets an existingCosmosEncryptionAsyncContainerto be used to read from the monitored container.ChangeFeedEncryptionProcessorBuilder.handleChanges(Consumer<List<JsonNode>> consumer) Sets a consumer function which will be called to process changes.Sets the host name.ChangeFeedEncryptionProcessorBuilder.leaseContainer(CosmosAsyncContainer leaseContainer) Sets an existingCosmosAsyncContainerto be used to read from the leases container.ChangeFeedEncryptionProcessorBuilder.options(ChangeFeedProcessorOptions changeFeedProcessorOptions) Sets theChangeFeedProcessorOptionsto be used.