Edit

Share via


AzureQueueAdapterFactory Class

Definition

Factory class for Azure Queue based stream provider.

public class AzureQueueAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type AzureQueueAdapterFactory = class
    interface IQueueAdapterFactory
Public Class AzureQueueAdapterFactory
Implements IQueueAdapterFactory
Inheritance
AzureQueueAdapterFactory
Implements

Constructors

AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, ILoggerFactory)
AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

Properties

SerializationManager

Gets the serialization manager.

StreamFailureHandlerFactory

Application level failure handler override.

Methods

Create(IServiceProvider, String)
CreateAdapter()

Creates the Azure Queue based adapter.

GetDeliveryFailureHandler(QueueId)

Creates a delivery failure handler for the specified queue.

GetQueueAdapterCache()

Creates the adapter cache.

GetStreamQueueMapper()

Creates the factory stream queue mapper.

Init()

Init the factory.

Applies to