EventHubCheckpointerFactory(string, AzureTableStreamCheckpointerOptions, IOptions<ClusterOptions>, ILoggerFactory)
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.
