Uses of Enum Class
org.apache.pulsar.common.policies.data.SubscriptionAuthMode
Package
Description
Implementation of policies.
-
Uses of SubscriptionAuthMode in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionNamespaces.getSubscriptionAuthMode
(String namespace) Get the subscriptionAuthMode within a namespace.Modifier and TypeMethodDescriptionNamespaces.getSubscriptionAuthModeAsync
(String namespace) Get the subscriptionAuthMode within a namespace asynchronously.Modifier and TypeMethodDescriptionvoid
Namespaces.setSubscriptionAuthMode
(String namespace, SubscriptionAuthMode subscriptionAuthMode) Set the given subscription auth mode on all topics on a namespace.Namespaces.setSubscriptionAuthModeAsync
(String namespace, SubscriptionAuthMode subscriptionAuthMode) Set the given subscription auth mode on all topics on a namespace asynchronously. -
Uses of SubscriptionAuthMode in org.apache.pulsar.common.policies.data
Modifier and TypeMethodDescriptionstatic SubscriptionAuthMode
Returns the enum constant of this class with the specified name.static SubscriptionAuthMode[]
SubscriptionAuthMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.