| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
Policies |
Namespaces.getPolicies(String namespace)
Get policies for a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Policies> |
Namespaces.getPoliciesAsync(String namespace)
Get policies for a namespace asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.createNamespace(String namespace,
Policies policies)
Create a new namespace.
|
CompletableFuture<Void> |
Namespaces.createNamespaceAsync(String namespace,
Policies policies)
Create a new namespace asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.