次の方法で共有


SQSAdapterFactory クラス

定義

Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。

public class SQSAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SQSAdapterFactory = class
    interface IQueueAdapterFactory
Public Class SQSAdapterFactory
Implements IQueueAdapterFactory
継承
SQSAdapterFactory
実装

コンストラクター

SQSAdapterFactory()

Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。

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

Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。

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

Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。

フィールド

DataConnectionStringPropertyName

"DataConnectionString"

DeploymentIdPropertyName

"DeploymentId"

NumQueuesDefaultValue

このストリーム プロバイダーで使用される Azure Queue の既定の数。

プロパティ

StreamFailureHandlerFactory

アプリケーション レベルのエラー ハンドラーのオーバーライド。

メソッド

Create(IServiceProvider, String)

Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。

CreateAdapter()

Azure Queue ベースのアダプターを作成します。

GetDeliveryFailureHandler(QueueId)

指定したキューの配信エラー ハンドラーを作成します。

GetQueueAdapterCache()

アダプター キャッシュを作成します。

GetStreamQueueMapper()

ファクトリ ストリーム キュー マッパーを作成します。

Init()

ファクトリを初期化します。

Init(IProviderConfiguration, String, Logger, IServiceProvider)

ファクトリを初期化します。

適用対象