Interface ITimestampExtractor
Listener for Kafka TimestampExtractor. Extends IJVMBridgeBase
public interface ITimestampExtractor : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
Extract(ConsumerRecord<object, object>, long)
Executes the TimestampExtractor action in the CLR
long Extract(ConsumerRecord<object, object> record, long partitionTime)
Parameters
record
ConsumerRecord<object, object>a data record
partitionTime
longthe highest extracted valid timestamp of the current record's partition˙ (could be -1 if unknown)
Returns
- long
the timestamp of the record