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
generic<typename TConfigInfo>
public interface class ITypedInputAdapterFactory : IDisposable
type ITypedInputAdapterFactory<'TConfigInfo> = 
    interface
        interface IDisposable
    end
Public Interface ITypedInputAdapterFactory(Of TConfigInfo)
    Inherits IDisposable

Type Parameters

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

Methods

Name Description
System_CAPS_pubmethod Create<TPayload>(TConfigInfo, EventShape)

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

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top