Class ConsumerStartedEvent

All Implemented Interfaces:
Serializable

public class ConsumerStartedEvent extends KafkaEvent
An event published when a consumer has started.
Since:
2.3
Author:
Gary Russell
See Also:
  • Constructor Details

    • ConsumerStartedEvent

      public ConsumerStartedEvent(Object source, Object container)
      Construct an instance with the provided source and container.
      Parameters:
      source - the container instance that generated the event.
      container - the container or the parent container if the container is a child.
  • Method Details