IEventProcessorFactory インターフェイス

定義

のインスタンスを作成するためのファクトリを提供する IEventProcessorインターフェイス。

public interface IEventProcessorFactory
type IEventProcessorFactory = interface
Public Interface IEventProcessorFactory
派生

注釈

を作成 IEventProcessorするためのより高度な方法が必要な場合は、ファクトリを使用します。 それ以外の場合は、EventHubConsumerGroup.RegisterProcessor を使用して、イベント プロセッサの種類のみを指定できます。

メソッド

CreateEventProcessor(PartitionContext)

指定したパーティションにイベント プロセッサの新しいインスタンスを作成します。

適用対象