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
Type Parameters
- TConfigInfo
Type configuration information that is used to create the adapter.
The IHighWaterMarkTypedOutputAdapterFactory<TConfigInfo> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create<TPayload>(TConfigInfo, EventShape) | Creates an output adapter.t. (Inherited from ITypedOutputAdapterFactory<TConfigInfo>.) | |
Create<TPayload>(TConfigInfo, EventShape, DateTimeOffset, Int32) | Creates a typed output adapter that is able to replay events based on high-water mark checkpoint values. | |
Dispose | (Inherited from IDisposable.) |
Top
Remarks
For more information, see Building Resilient StreamInsight Applications.