Table of Contents

Interface IKNetTask

Namespace
MASES.KNet.Connect
Assembly
MASES.KNet.dll

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

IKNetConnector

TaskId

The id received during initialization

long TaskId { get; }

Property Value

long

Methods

Start(IKNetConnectConfiguration)

Implement the method to execute the start action

void Start(IKNetConnectConfiguration props)

Parameters

props IKNetConnectConfiguration

The IKNetConnectConfiguration to access the properties returned from Apache Kafka Connect framework: the Properties contains the info from TaskConfigs(int, int, IKNetTaskConfiguration).