Search documentationEsc

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 IContainerChangeFeedProcessor

Example

Members

Property

IContainerChangeFeedProcessor.ItemTypes

The item types that this processor handlers.

IReadOnlyList<Type> ItemTypes { get; }

ReturnsType}

Methods

IContainerChangeFeedProcessor.StartAsync()

Starts the processor.

Task StartAsync()

ReturnsTask

IContainerChangeFeedProcessor.StopAsync()

Stops the processor.

Task StopAsync()

ReturnsTask