Class ReaderFailedToStartEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.pulsar.event.PulsarEvent
org.springframework.pulsar.event.ReaderFailedToStartEvent
All Implemented Interfaces:
Serializable

public class ReaderFailedToStartEvent extends PulsarEvent
Event to publish when the reader is failed to start.
See Also:
  • Constructor Details

    • ReaderFailedToStartEvent

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