Class AbstractSourceNativeInfo<K extends Comparable<K>,N>

java.lang.Object
io.aiven.commons.kafka.connector.source.AbstractSourceNativeInfo<K,N>
Type Parameters:
K - the native key type.
N - the native data type.
All Implemented Interfaces:
Comparable<AbstractSourceNativeInfo<K,N>>

public abstract class AbstractSourceNativeInfo<K extends Comparable<K>,N> extends Object implements Comparable<AbstractSourceNativeInfo<K,N>>
An abstract implementation of NativeInfo handling for Source.