共用方式為


SQSAdapterFactory 類別

定義

Azure 佇列型串流提供者的 Factory 類別。

public class SQSAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SQSAdapterFactory = class
    interface IQueueAdapterFactory
Public Class SQSAdapterFactory
Implements IQueueAdapterFactory
繼承
SQSAdapterFactory
實作

建構函式

SQSAdapterFactory()

Azure 佇列型串流提供者的 Factory 類別。

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

Azure 佇列型串流提供者的 Factory 類別。

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

Azure 佇列型串流提供者的 Factory 類別。

欄位

DataConnectionStringPropertyName

「DataConnectionString」。

DeploymentIdPropertyName

「DeploymentId」。

NumQueuesDefaultValue

此資料流程提供者中使用的預設 Azure 佇列數目。

屬性

StreamFailureHandlerFactory

應用層級失敗處理常式覆寫。

方法

Create(IServiceProvider, String)

Azure 佇列型串流提供者的 Factory 類別。

CreateAdapter()

建立以 Azure 佇列為基礎的配接器。

GetDeliveryFailureHandler(QueueId)

建立指定佇列的傳遞失敗處理常式。

GetQueueAdapterCache()

建立配接器快取。

GetStreamQueueMapper()

建立處理站資料流程佇列對應程式。

Init()

Init 處理站。

Init(IProviderConfiguration, String, Logger, IServiceProvider)

Init 處理站。

適用於