Search documentationEsc

IChangeFeedContainerProcessorProvider

Allows an external library to provide its own set of `IContainerChangeFeedProcessor`'s

Namespace: Microsoft.Azure.CosmosRepository.ChangeFeed.Providers
Kind: interface

Allows an external library to provide its own set of IContainerChangeFeedProcessor’s

public interface IChangeFeedContainerProcessorProvider

Example

Members

Method

IChangeFeedContainerProcessorProvider.GetProcessors()

Provides a set of IContainerChangeFeedProcessor’s

IEnumerable<IContainerChangeFeedProcessor> GetProcessors()

ReturnsIContainerChangeFeedProcessor}