AzureQueueAdapterFactory 类

定义

基于 Azure 队列的流提供程序的工厂类。

public class AzureQueueAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type AzureQueueAdapterFactory = class
    interface IQueueAdapterFactory
Public Class AzureQueueAdapterFactory
Implements IQueueAdapterFactory
继承
AzureQueueAdapterFactory
实现

构造函数

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

基于 Azure 队列的流提供程序的工厂类。

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

基于 Azure 队列的流提供程序的工厂类。

属性

SerializationManager

获取序列化管理器。

StreamFailureHandlerFactory

应用程序级故障处理程序重写。

方法

Create(IServiceProvider, String)

基于 Azure 队列的流提供程序的工厂类。

CreateAdapter()

创建基于 Azure 队列的适配器。

GetDeliveryFailureHandler(QueueId)

为指定的队列创建传递失败处理程序。

GetQueueAdapterCache()

创建适配器缓存。

GetStreamQueueMapper()

创建工厂流队列映射器。

Init()

Init 工厂。

适用于