Uses of Interface
org.apache.pulsar.broker.service.TopicEventsListener
Packages that use TopicEventsListener
-
Uses of TopicEventsListener in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type TopicEventsListenerModifier and TypeMethodDescriptionvoidBrokerService.addTopicEventListener(TopicEventsListener... listeners) voidTopicEventsDispatcher.addTopicEventListener(TopicEventsListener... listeners) Adds listeners, ignores null listeners.static voidTopicEventsDispatcher.notify(TopicEventsListener[] listeners, String topic, TopicEventsListener.TopicEvent event, TopicEventsListener.EventStage stage, Throwable t) Dispatches notification to specified listeners.voidBrokerService.removeTopicEventListener(TopicEventsListener... listeners) voidTopicEventsDispatcher.removeTopicEventListener(TopicEventsListener... listeners) Removes listeners.