Class ConsumerPartitionResumedEvent

All Implemented Interfaces:
Serializable

public class ConsumerPartitionResumedEvent extends KafkaEvent
An event published when a consumer partition is resumed.
Since:
2.7
Author:
Tomaz Fernandes
See Also:
  • Constructor Details

    • ConsumerPartitionResumedEvent

      public ConsumerPartitionResumedEvent(Object source, Object container, org.apache.kafka.common.TopicPartition partition)
      Construct an instance with the provided source and partition.
      Parameters:
      source - the container instance that generated the event.
      container - the container or the parent container if the container is a child.
      partition - the partition.
      Since:
      2.7
  • Method Details

    • getPartition

      public org.apache.kafka.common.TopicPartition getPartition()
    • toString

      public String toString()
      Overrides:
      toString in class EventObject