Uses of Enum Class
org.apache.pulsar.broker.service.TopicEventsListener.TopicEvent
Packages that use TopicEventsListener.TopicEvent
-
Uses of TopicEventsListener.TopicEvent in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return TopicEventsListener.TopicEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TopicEventsListener.TopicEvent[]TopicEventsListener.TopicEvent.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.TopicEventModifier 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.<T> CompletableFuture<T>TopicEventsDispatcher.notifyOnCompletion(CompletableFuture<T> future, String topic, TopicEventsListener.TopicEvent event) Dispatches SUCCESS/FAILURE notification to all currently added listeners on completion of the future.