| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.common.policies.data |
Implementation of policies.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionAuthMode |
Namespaces.getSubscriptionAuthMode(String namespace)
Get the subscriptionAuthMode within a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SubscriptionAuthMode> |
Namespaces.getSubscriptionAuthModeAsync(String namespace)
Get the subscriptionAuthMode within a namespace asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.setSubscriptionAuthMode(String namespace,
SubscriptionAuthMode subscriptionAuthMode)
Set the given subscription auth mode on all topics on a namespace.
|
CompletableFuture<Void> |
Namespaces.setSubscriptionAuthModeAsync(String namespace,
SubscriptionAuthMode subscriptionAuthMode)
Set the given subscription auth mode on all topics on a namespace asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
SubscriptionAuthMode |
Policies.subscription_auth_mode |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionAuthMode |
SubscriptionAuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionAuthMode[] |
SubscriptionAuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.