Uses of Class
com.azure.cosmos.ChangeFeedProcessorBuilder
Packages that use ChangeFeedProcessorBuilder
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedProcessorBuilder in com.azure.cosmos
Methods in com.azure.cosmos that return ChangeFeedProcessorBuilderModifier and TypeMethodDescriptionChangeFeedProcessorBuilder.feedContainer
(CosmosAsyncContainer feedContainer) Sets and existingCosmosAsyncContainer
to be used to read from the monitored container.ChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges
(BiConsumer<List<ChangeFeedProcessorItem>, ChangeFeedProcessorContext> biConsumer) Sets aBiConsumer
function which will be called to process changes for AllVersionsAndDeletes change feed mode.ChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges
(Consumer<List<ChangeFeedProcessorItem>> consumer) Sets a consumer function which will be called to process changes for AllVersionsAndDeletes change feed mode.ChangeFeedProcessorBuilder.handleChanges
(Consumer<List<JsonNode>> consumer) Sets a consumer function which will be called to process changes for LatestVersion change feed mode.ChangeFeedProcessorBuilder.handleLatestVersionChanges
(Consumer<List<ChangeFeedProcessorItem>> consumer) Sets a consumer function which will be called to process changes for LatestVersion change feed mode.Sets the host name.ChangeFeedProcessorBuilder.leaseContainer
(CosmosAsyncContainer leaseContainer) Sets an existingCosmosAsyncContainer
to be used to read from the leases container.ChangeFeedProcessorBuilder.options
(ChangeFeedProcessorOptions changeFeedProcessorOptions) Sets theChangeFeedProcessorOptions
to be used.