Class AbstractKafkaConnectSource.AbstractKafkaSourceRecord<T>
java.lang.Object
org.apache.pulsar.io.kafka.connect.AbstractKafkaConnectSource.AbstractKafkaSourceRecord<T>
- All Implemented Interfaces:
org.apache.pulsar.functions.api.Record
- Direct Known Subclasses:
KafkaConnectSource.KafkaSourceRecord
- Enclosing class:
- AbstractKafkaConnectSource<T>
public abstract class AbstractKafkaConnectSource.AbstractKafkaSourceRecord<T>
extends Object
implements org.apache.pulsar.functions.api.Record
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.functions.api.Record
getDestinationTopic, getEventTime, getKey, getMessage, getPartitionId, getPartitionIndex, getSchema, getTopicName, getValue
-
Method Details
-
getRecordSequence
- Specified by:
getRecordSequencein interfaceorg.apache.pulsar.functions.api.Record<T>
-
getProperties
- Specified by:
getPropertiesin interfaceorg.apache.pulsar.functions.api.Record<T>
-
isEmpty
public boolean isEmpty() -
ack
public void ack()- Specified by:
ackin interfaceorg.apache.pulsar.functions.api.Record<T>
-
fail
public void fail()- Specified by:
failin interfaceorg.apache.pulsar.functions.api.Record<T>
-