public class ConsumerResumedEvent extends KafkaEvent
Constructor and Description |
---|
ConsumerResumedEvent(java.lang.Object source,
java.util.Collection<org.apache.kafka.common.TopicPartition> partitions)
Construct an instance with the provided source and partitions.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<org.apache.kafka.common.TopicPartition> |
getPartitions() |
java.lang.String |
toString() |