IContainerChangeFeedProcessor
A processor that can process changes from the changed feed.
Namespace: Microsoft.Azure.CosmosRepository.ChangeFeed
Kind: interface
A processor that can process changes from the changed feed.
public interface IContainerChangeFeedProcessorExample
Members
Property
IContainerChangeFeedProcessor.ItemTypes
The item types that this processor handlers.
IReadOnlyList<Type> ItemTypes { get; }Returns — Type}
Methods
IContainerChangeFeedProcessor.StartAsync()
Starts the processor.
Task StartAsync()Returns — Task
IContainerChangeFeedProcessor.StopAsync()
Stops the processor.
Task StopAsync()Returns — Task