Class ReaderStartingEvent

All Implemented Interfaces:
Serializable

public class ReaderStartingEvent extends PulsarEvent
Event to publish while the reader is starting.
Author:
Soby Chacko
See Also:
  • Constructor Details

    • ReaderStartingEvent

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