Namespace MASES.KNet.Connect
Classes
- KNetConnectDistributed
Class managing KNetConnectDistributed
- KNetConnectExtensions
Some extension method helping to convert types
- KNetConnectProxy
Internal class used to proxy and pairs data exchange with Java side
- KNetConnectStandalone
Class managing KNetConnectStandalone
- KNetConnector
The generic class which is the base of both source or sink connectors
- KNetConnector<TConnector>
The base connector class which is the base of both source or sink connectors and receives information about implementing class with
TConnector
- KNetSinkConnector<TSinkConnector, TTask>
An implementation of KNetConnector<TConnector> for sink connectors
- KNetSinkTask<TTask>
An implementation of KNetTask<TTask> for sink task
- KNetSourceConnector<TSourceConnector, TTask>
An implementation of KNetConnector<TConnector> for source connectors
- KNetSourceTask<TTask>
An implementation of KNetTask<TTask> for source task
- KNetTask
The generic class which is the base of both source or sink task
- KNetTask<TTask>
The base task class which is the base of both source or sink task and receives information about implementing class with
TTask
Interfaces
- IConnector
.NET interface for Connector
- IKNetConnectLogging
Logging interface for KNet Connect SDK
- IKNetConnector
Specific implementation of IConnector to support KNet Connect SDK
- ITask
Task interface for KNet Connect SDK
- IVersion
.NET interface for IConnector