ITypedOutputAdapterFactory<TConfigInfo> Interface

 

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

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

Syntax

public interface ITypedOutputAdapterFactory<TConfigInfo> : IDisposable
generic<typename TConfigInfo>
public interface class ITypedOutputAdapterFactory : IDisposable
type ITypedOutputAdapterFactory<'TConfigInfo> = 
    interface
        interface IDisposable
    end
Public Interface ITypedOutputAdapterFactory(Of TConfigInfo)
    Inherits IDisposable

Type Parameters

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

Methods

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

Creates an output adapter.t.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

Examples

 

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top