IHighWaterMarkOutputAdapterFactory<TConfigInfo> Interface

 

Creates an untyped 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 IHighWaterMarkOutputAdapterFactory<TConfigInfo> : IOutputAdapterFactory<TConfigInfo>, 
    IDisposable
generic<typename TConfigInfo>
public interface class IHighWaterMarkOutputAdapterFactory : IOutputAdapterFactory<TConfigInfo>, 
    IDisposable
type IHighWaterMarkOutputAdapterFactory<'TConfigInfo> = 
    interface
        interface IOutputAdapterFactory<'TConfigInfo>
        interface IDisposable
    end
Public Interface IHighWaterMarkOutputAdapterFactory(Of TConfigInfo)
    Inherits IOutputAdapterFactory(Of TConfigInfo), IDisposable

Type Parameters

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

Methods

Name Description
System_CAPS_pubmethod Create(TConfigInfo, EventShape, CepEventType)

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

System_CAPS_pubmethod Create(TConfigInfo, EventShape, CepEventType, DateTimeOffset, Int32)

Creates an untyped 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