AzureQueueAdapterFactory
class
Namespace: Orleans.Providers.Streams.AzureQueue
Factory class for Azure Queue based stream provider.
public class AzureQueueAdapterFactory : IQueueAdapterFactoryConstructors
AzureQueueAdapterFactory(string, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<string, IBatchContainer>, ILoggerFactory)Initializes a new instance of theAzureQueueAdapterFactoryclass.
Properties
StreamFailureHandlerFactoryApplication level failure handler override.
Methods
Create(IServiceProvider, string)Creates and initializes an adapter factory using the named options and services.CreateAdapterCreates the Azure Queue based adapter.GetDeliveryFailureHandler(QueueId)Creates a delivery failure handler for the specified queue.GetQueueAdapterCacheCreates the adapter cache.GetStreamQueueMapperCreates the factory stream queue mapper.InitInit the factory.
