Uses of Interface
com.azure.cosmos.ChangeFeedProcessorContext
Packages that use ChangeFeedProcessorContext
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ChangeFeedProcessorContext in com.azure.cosmos
Method parameters in com.azure.cosmos with type arguments of type ChangeFeedProcessorContextModifier and TypeMethodDescriptionChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges
(BiConsumer<List<ChangeFeedProcessorItem>, ChangeFeedProcessorContext> biConsumer) Sets aBiConsumer
function which will be called to process changes for AllVersionsAndDeletes change feed mode.