Uses of Enum Class
org.apache.pulsar.broker.service.TopicEventsListener.EventStage
Packages that use TopicEventsListener.EventStage
-
Uses of TopicEventsListener.EventStage in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return TopicEventsListener.EventStageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TopicEventsListener.EventStage[]TopicEventsListener.EventStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.service with parameters of type TopicEventsListener.EventStageModifier and TypeMethodDescriptionvoidTopicEventsListener.handleEvent(String topicName, TopicEventsListener.TopicEvent event, TopicEventsListener.EventStage stage, Throwable t) Handle topic event.voidTopicEventsDispatcher.notify(String topic, TopicEventsListener.TopicEvent event, TopicEventsListener.EventStage stage) Dispatches notification to all currently added listeners.voidTopicEventsDispatcher.notify(String topic, TopicEventsListener.TopicEvent event, TopicEventsListener.EventStage stage, Throwable t) Dispatches notification to all currently added listeners.static voidTopicEventsDispatcher.notify(TopicEventsListener[] listeners, String topic, TopicEventsListener.TopicEvent event, TopicEventsListener.EventStage stage, Throwable t) Dispatches notification to specified listeners.