Skip to content

AzureQueueAdapterFactory Constructors

Factory class for Azure Queue based stream provider.

AzureQueueAdapterFactory(string, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<string, IBatchContainer>, ILoggerFactory)

View source
public AzureQueueAdapterFactory(string name, AzureQueueOptions options, SimpleQueueCacheOptions cacheOptions, IQueueDataAdapter<string, IBatchContainer> dataAdapter, ILoggerFactory loggerFactory)
Initializes a new instance of the AzureQueueAdapterFactory class.

Parameters

namestring
The stream provider name.
optionsAzureQueueOptions
The Azure Queue stream provider options.
cacheOptionsSimpleQueueCacheOptions
The queue cache options.
dataAdapterIQueueDataAdapter<string, IBatchContainer>
The adapter used to convert between stream batches and Azure Queue messages.
loggerFactoryILoggerFactory
The logger factory.