Share via


ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory Method

Definition

Sets the ICheckpointPartitionProcessorFactory to be used to create IPartitionProcessor for partition processing.

public Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder WithCheckpointPartitionProcessorFactory (Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.ICheckpointPartitionProcessorFactory partitionProcessorFactory);
member this.WithCheckpointPartitionProcessorFactory : Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.ICheckpointPartitionProcessorFactory -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder
Public Function WithCheckpointPartitionProcessorFactory (partitionProcessorFactory As ICheckpointPartitionProcessorFactory) As ChangeFeedProcessorBuilder

Parameters

partitionProcessorFactory
ICheckpointPartitionProcessorFactory

The instance of IPartitionProcessorFactory to use.

Returns

The instance of ChangeFeedProcessorBuilder to use.

Applies to