Class TwitterRecord
java.lang.Object
org.apache.pulsar.io.twitter.data.TwitterRecord
- All Implemented Interfaces:
org.apache.pulsar.functions.api.Record<TweetData>
public class TwitterRecord
extends Object
implements org.apache.pulsar.functions.api.Record<TweetData>
Twitter Record object.
-
Constructor Summary
Constructors -
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
ack, fail, getDestinationTopic, getMessage, getPartitionId, getPartitionIndex, getProperties, getRecordSequence, getSchema, getTopicName
-
Constructor Details
-
TwitterRecord
-
-
Method Details