Class ConsumerFailedToStartEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConsumerFailedToStartEvent
    extends KafkaEvent
    An event published when a consumer fails to start.
    Since:
    2.3
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsumerFailedToStartEvent​(java.lang.Object source, java.lang.Object container)
      Construct an instance with the provided source and container.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConsumerFailedToStartEvent

        public ConsumerFailedToStartEvent​(java.lang.Object source,
                                          java.lang.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 Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject