Enum Class的使用
org.apache.pulsar.common.policies.data.SubscriptionAuthMode
使用SubscriptionAuthMode的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
org.apache.pulsar.client.admin中SubscriptionAuthMode的使用
修饰符和类型方法说明Namespaces.getSubscriptionAuthMode(String namespace) Get the subscriptionAuthMode within a namespace.返回变量类型为SubscriptionAuthMode的类型的org.apache.pulsar.client.admin中的方法修饰符和类型方法说明Namespaces.getSubscriptionAuthModeAsync(String namespace) Get the subscriptionAuthMode within a namespace asynchronously.修饰符和类型方法说明voidNamespaces.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. -
org.apache.pulsar.common.policies.data中SubscriptionAuthMode的使用
修饰符和类型方法说明static SubscriptionAuthModeReturns 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.