IHighWaterMarkTypedOutputAdapterFactory<TConfigInfo> Interface

 

Creates a typed output adapter that is able to replay events based on high-water mark checkpoint values.

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

Syntax

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

Type Parameters

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

Methods

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

Creates an output adapter.t.(Inherited from ITypedOutputAdapterFactory<TConfigInfo>.)

System_CAPS_pubmethod Create<TPayload>(TConfigInfo, EventShape, DateTimeOffset, Int32)

Creates a typed output adapter that is able to replay events based on high-water mark checkpoint values.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top