Class ConsumerResumedEvent

All Implemented Interfaces:
Serializable

public class ConsumerResumedEvent extends KafkaEvent
An event published when a consumer is resumed.
Since:
2.1.5
Author:
Gary Russell
See Also:
  • Constructor Details

    • ConsumerResumedEvent

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