Class TopicPartitionOffsets
java.lang.Object
io.eventuate.messaging.kafka.basic.consumer.TopicPartitionOffsets
Tracks the offsets for a TopicPartition that are being processed or have been processed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnoteOffsetCommitted(long offset) voidnoteProcessed(long offset) voidnoteUnprocessed(long offset) toString()
-
Constructor Details
-
TopicPartitionOffsets
public TopicPartitionOffsets()
-
-
Method Details