public abstract class AbstractKafkaConnectSource.AbstractKafkaSourceRecord<T> extends Object implements org.apache.pulsar.functions.api.Record
| Modifier and Type | Method and Description |
|---|---|
void |
ack() |
void |
fail() |
Map<String,String> |
getProperties() |
Optional<Long> |
getRecordSequence() |
Schema |
getSchema() |
boolean |
isEmpty() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDestinationTopic, getEventTime, getKey, getMessage, getPartitionId, getTopicName, getValuepublic Schema getSchema()
getSchema in interface org.apache.pulsar.functions.api.Recordpublic Optional<Long> getRecordSequence()
getRecordSequence in interface org.apache.pulsar.functions.api.Recordpublic Map<String,String> getProperties()
getProperties in interface org.apache.pulsar.functions.api.Recordpublic boolean isEmpty()
public void ack()
ack in interface org.apache.pulsar.functions.api.Recordpublic void fail()
fail in interface org.apache.pulsar.functions.api.RecordCopyright © 2017–2021 Apache Software Foundation. All rights reserved.