Skip to content

EventHubCheckpointerFactory Constructors

Creates Event Hub partition checkpointers backed by Azure Table Storage.

EventHubCheckpointerFactory(string, AzureTableStreamCheckpointerOptions, IOptions<ClusterOptions>, ILoggerFactory)

View source
public EventHubCheckpointerFactory(string providerName, AzureTableStreamCheckpointerOptions options, IOptions<ClusterOptions> clusterOptions, ILoggerFactory loggerFactory)
Initializes a new instance of the EventHubCheckpointerFactory class.

Parameters

providerNamestring
The stream provider name.
optionsAzureTableStreamCheckpointerOptions
The Azure Table Storage checkpointer options.
clusterOptionsIOptions<ClusterOptions>
The cluster options.
loggerFactoryILoggerFactory
The logger factory.