SQSAdapterFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
ファクトリを初期化します。 |