Uses of Class
com.azure.cosmos.models.ChangeFeedProcessorItem
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedProcessorItem in com.azure.cosmos
Modifier and TypeMethodDescriptionChangeFeedProcessorBuilder.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.handleLatestVersionChanges
(Consumer<List<ChangeFeedProcessorItem>> consumer) Sets a consumer function which will be called to process changes for LatestVersion change feed mode.