ITypedInputAdapterFactory<TConfigInfo> Interface

This interface must be implemented by factory classes that produce typed input adapters.

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)

Syntax

public interface ITypedInputAdapterFactory<TConfigInfo> : IDisposable

Type Parameters

  • TConfigInfo
    Type of configuration information that is used to create the adapter.

The ITypedInputAdapterFactory<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method Create<TPayload> This interface must be implemented by factory classes that produce typed input adapters.
Public method Dispose (Inherited from IDisposable.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace