Interface IKNetTask
Specific implementation of ITask to support KNet Connect SDK
public interface IKNetTask : ITask, IKNetCommon, IKNetConnectLogging
- Inherited Members
Properties
Connector
The associated IConnector
IKNetConnector Connector { get; }
Property Value
TaskId
The id received during initialization
long TaskId { get; }
Property Value
Methods
Start(IKNetConnectConfiguration)
Implement the method to execute the start action
void Start(IKNetConnectConfiguration props)
Parameters
propsIKNetConnectConfigurationThe IKNetConnectConfiguration to access the properties returned from Apache Kafka Connect framework: the Properties contains the info from TaskConfigs(int, int, IKNetTaskConfiguration).