Class ReaderStartedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.pulsar.event.PulsarEvent
org.springframework.pulsar.event.ReaderStartedEvent
- All Implemented Interfaces:
Serializable
Event to publish when the reader is started.
- Author:
- Soby Chacko
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionReaderStartedEvent(Object source, Object container) Construct an instance with the provided source and container. -
Method Summary
Methods inherited from class PulsarEvent
getContainer, getSourceMethods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource
-
Constructor Details
-
ReaderStartedEvent
-
-
Method Details
-
toString
- Overrides:
toStringin classEventObject
-