Class ConsumerFailedToStartEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.kafka.event.KafkaEvent
org.springframework.kafka.event.ConsumerFailedToStartEvent
All Implemented Interfaces:
Serializable

public class ConsumerFailedToStartEvent extends KafkaEvent
An event published when a consumer fails to start.
Since:
2.3
See Also:
  • Constructor Details

    • ConsumerFailedToStartEvent

      public ConsumerFailedToStartEvent(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