Class SinkRecord<T>
java.lang.Object
org.apache.pulsar.functions.instance.AbstractSinkRecord<T>
org.apache.pulsar.functions.instance.SinkRecord<T>
- All Implemented Interfaces:
Record<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pulsar.functions.instance.AbstractSinkRecord
ack, cumulativeAck, fail, getRecordSchema, getSourceRecord, getTopicName, individualAck
-
Constructor Details
-
SinkRecord
-
-
Method Details
-
getKey
-
getValue
-
getPartitionId
-
getPartitionIndex
-
getRecordSequence
-
getProperties
-
getDestinationTopic
-
getSchema
-
getEventTime
-
getMessage
-
shouldAlwaysSetMessageProperties
public boolean shouldAlwaysSetMessageProperties()- Specified by:
shouldAlwaysSetMessagePropertiesin classAbstractSinkRecord<T>
-
shouldSetSchema
public boolean shouldSetSchema()- Specified by:
shouldSetSchemain classAbstractSinkRecord<T>
-