K - 鍵の型。V - 値の型。public static interface KafkaMessageSource.KafkaAckInfo<K,V> extends ComparableSE<KafkaMessageSource.KafkaAckInfo<K,V>>
| 修飾子と型 | メソッドと説明 |
|---|---|
org.apache.kafka.clients.consumer.Consumer<K, V> | getConsumer() |
ObjectSE | getConsumerMonitor() |
StringSE | getGroupId() |
MapSE<org.apache.kafka.common.TopicPartition,SetSE<KafkaMessageSource.KafkaAckInfo<K, V>>> | getOffsets() |
org.apache.kafka.clients.consumer.ConsumerRecord<K, V> | getRecord() |
org.apache.kafka.common.TopicPartition | getTopicPartition() |
boolean | isAckDeferred() |
boolean | isRolledBack() |
void | setAckDeferred(boolean ackDeferred) |
void | setRolledBack(boolean rolledBack) |
compareToSEObjectSE getConsumerMonitor()
StringSE getGroupId()
org.apache.kafka.common.TopicPartition getTopicPartition()
MapSE<org.apache.kafka.common.TopicPartition,SetSE<KafkaMessageSource.KafkaAckInfo<K,V>>> getOffsets()
boolean isRolledBack()
void setRolledBack(boolean rolledBack)
boolean isAckDeferred()
void setAckDeferred(boolean ackDeferred)