Class KafkaIncomingEvent
java.lang.Object
org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEvent
org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaIncomingEvent
IncomingEvent
that came from Kafka-
Constructor Summary
-
Method Summary
Methods inherited from class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEvent
addAsyncProcessingResult, getCreationTime, getJson, getMessageId, hasTimeElapsedSinceCreation, isFullyProcessed, setState
-
Constructor Details
-
KafkaIncomingEvent
Constructor- Parameters:
json
- message contentoffset
- the kafka offset of the message
-
-
Method Details
-
getOffset
public long getOffset()Gets the kafka offset of this message- Returns:
- offset
-