IInputAdapterFactory<TConfigInfo> Interface

 

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

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

Syntax

public interface IInputAdapterFactory<TConfigInfo> : IDisposable
generic<typename TConfigInfo>
public interface class IInputAdapterFactory : IDisposable
type IInputAdapterFactory<'TConfigInfo> = 
    interface
        interface IDisposable
    end
Public Interface IInputAdapterFactory(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(TConfigInfo, EventShape, CepEventType)

Creates an input adapter.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top