Uses of Class
com.azure.cosmos.encryption.ChangeFeedEncryptionProcessorBuilder
Package
Description
This package provides Encryption interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedEncryptionProcessorBuilder in com.azure.cosmos.encryption
Modifier and TypeMethodDescriptionChangeFeedEncryptionProcessorBuilder.feedContainer
(CosmosEncryptionAsyncContainer feedContainer) Sets an existingCosmosEncryptionAsyncContainer
to 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 existingCosmosAsyncContainer
to be used to read from the leases container.ChangeFeedEncryptionProcessorBuilder.options
(ChangeFeedProcessorOptions changeFeedProcessorOptions) Sets theChangeFeedProcessorOptions
to be used.