次の方法で共有


AzureQueueAdapterFactory<TDataAdapter> クラス

定義

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

public class AzureQueueAdapterFactory<TDataAdapter> : Orleans.Streams.IQueueAdapterFactory where TDataAdapter : IAzureQueueDataAdapter
type AzureQueueAdapterFactory<'DataAdapter (requires 'DataAdapter :> IAzureQueueDataAdapter)> = class
    interface IQueueAdapterFactory
Public Class AzureQueueAdapterFactory(Of TDataAdapter)
Implements IQueueAdapterFactory

型パラメーター

TDataAdapter
継承
AzureQueueAdapterFactory<TDataAdapter>
実装

コンストラクター

AzureQueueAdapterFactory<TDataAdapter>()

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

AzureQueueAdapterFactory<TDataAdapter>(String, AzureQueueOptions, SimpleQueueCacheOptions, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

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

プロパティ

SerializationManager

シリアル化マネージャーを取得します。

StreamFailureHandlerFactory

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

メソッド

Create(IServiceProvider, String)

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

CreateAdapter()

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

GetDeliveryFailureHandler(QueueId)

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

GetQueueAdapterCache()

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

GetStreamQueueMapper()

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

Init()

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

Init(IProviderConfiguration, String, Logger, IServiceProvider)

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

適用対象