Uses of Interface
com.azure.cosmos.ChangeFeedProcessorContext
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedProcessorContext 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.