Interface IKNetSourceConnector
Helper interface for KNetSourceConnector<TSourceConnector, TTask>
public interface IKNetSourceConnector : IKNetConnector, IKNetCommon, IKNetConnectLogging, IConnector, IVersion
- Inherited Members
Properties
CanDefineTransactionBoundaries
Implement the method to return the ConnectorTransactionBoundaries value
ConnectorTransactionBoundaries CanDefineTransactionBoundaries { get; }
Property Value
Context
SourceConnectorContext Context { get; }
Property Value
ExactlyOnceSupport
Implement the method to return the ExactlyOnceSupport value
ExactlyOnceSupport ExactlyOnceSupport { get; }