ITypedInputAdapterFactory<TConfigInfo>.Create<TPayload> Method
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
InputAdapterBase Create<TPayload>(
TConfigInfo configInfo,
EventShape eventShape
)
Type Parameters
- TPayload
Type of the payload that is created by this adapter.
Parameters
- configInfo
Type: TConfigInfo
Configuration information for the adapter.
- eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Shape of the events that must be produced by the adapter.
Return Value
Type: Microsoft.ComplexEventProcessing.Adapters.InputAdapterBase
An instance of the input adapter.