IHighWaterMarkInputAdapterFactory<TConfigInfo> Interface

Creates an utyped input 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

'Declaration
Public Interface IHighWaterMarkInputAdapterFactory(Of TConfigInfo) _
    Inherits IInputAdapterFactory(Of TConfigInfo), IDisposable
'Usage
Dim instance As IHighWaterMarkInputAdapterFactory(Of TConfigInfo)
public interface IHighWaterMarkInputAdapterFactory<TConfigInfo> : IInputAdapterFactory<TConfigInfo>, 
    IDisposable
generic<typename TConfigInfo>
public interface class IHighWaterMarkInputAdapterFactory : IInputAdapterFactory<TConfigInfo>, 
    IDisposable
type IHighWaterMarkInputAdapterFactory<'TConfigInfo> =  
    interface
        interface IInputAdapterFactory<'TConfigInfo>
        interface IDisposable
    end
JScript does not support generic types and methods.

Type Parameters

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

The IHighWaterMarkInputAdapterFactory<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method Create(TConfigInfo, EventShape, CepEventType) Creates an input adapter. (Inherited from IInputAdapterFactory<TConfigInfo>.)
Public method Create(TConfigInfo, EventShape, CepEventType, DateTimeOffset) Creates an untyped input adapter that is able to replay events based on high-water mark checkpoint values.
Public method Dispose (Inherited from IDisposable.)

Top

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace