SimpleAzureQueueAdapterFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Simple Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。
public class SimpleAzureQueueAdapterFactory : Orleans.Streams.IQueueAdapterFactory
type SimpleAzureQueueAdapterFactory = class
interface IQueueAdapterFactory
Public Class SimpleAzureQueueAdapterFactory
Implements IQueueAdapterFactory
- 継承
-
SimpleAzureQueueAdapterFactory
- 実装
コンストラクター
SimpleAzureQueueAdapterFactory() |
Simple Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。 |
SimpleAzureQueueAdapterFactory(String, SimpleAzureQueueStreamOptions, IServiceProvider, ILoggerFactory) |
Simple Azure Queue ベースのストリーム プロバイダーのファクトリ クラス。 |
フィールド
QUEUE_NAME_STRING |
"QueueName" |
メソッド
CreateAdapter() |
Simple Azure Queue ベースのアダプターを作成します。 |
GetDeliveryFailureHandler(QueueId) |
指定したキューの配信エラー ハンドラーを作成します。 |
GetQueueAdapterCache() |
アダプター キャッシュを作成します。 |
GetStreamQueueMapper() |
ファクトリ ストリーム キュー マッパーを作成します。 |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
ファクトリを初期化します。 |