SQSAdapterFactory 类

定义

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

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

构造函数

SQSAdapterFactory()

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

SQSAdapterFactory(String, SqsOptions, HashRingStreamQueueMapperOptions, SimpleQueueCacheOptions, IOptions<ClusterOptions>, Serializer, ILoggerFactory)

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

SQSAdapterFactory(String, SqsOptions, HashRingStreamQueueMapperOptions, SimpleQueueCacheOptions, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

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

字段

DataConnectionStringPropertyName

“DataConnectionString”。

DeploymentIdPropertyName

“DeploymentId”。

NumQueuesDefaultValue

此流提供程序中使用的 Azure 队列的默认数目。

属性

StreamFailureHandlerFactory

应用程序级故障处理程序替代。

方法

Create(IServiceProvider, String)

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

CreateAdapter()

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

GetDeliveryFailureHandler(QueueId)

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

GetQueueAdapterCache()

创建适配器缓存。

GetStreamQueueMapper()

创建工厂流队列映射器。

Init()

Init 工厂。

Init(IProviderConfiguration, String, Logger, IServiceProvider)

Init 工厂。

适用于