Uses of Class
org.apache.pulsar.metadata.api.Notification
Packages that use Notification
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Notification in org.apache.pulsar.metadata.api
Method parameters in org.apache.pulsar.metadata.api with type arguments of type NotificationModifier and TypeMethodDescriptionvoidMetadataStore.registerListener(Consumer<Notification> listener) Register a listener that will be called on changes in the underlying store. -
Uses of Notification in org.apache.pulsar.metadata.cache.impl
Methods in org.apache.pulsar.metadata.cache.impl with parameters of type Notification -
Uses of Notification in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type NotificationModifier and TypeMethodDescriptionvoidAbstractMetadataStore.accept(Notification n) protected CompletableFuture<Void>AbstractMetadataStore.receivedNotification(Notification notification) Method parameters in org.apache.pulsar.metadata.impl with type arguments of type NotificationModifier and TypeMethodDescriptionvoidAbstractMetadataStore.registerListener(Consumer<Notification> listener) voidFaultInjectionMetadataStore.registerListener(Consumer<Notification> listener)