| 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.
|
| org.apache.pulsar.common.policies.data.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.setAutoSubscriptionCreation(String namespace,
AutoSubscriptionCreationOverride autoSubscriptionCreationOverride)
Sets the autoSubscriptionCreation policy for a given namespace, overriding broker settings.
|
CompletableFuture<Void> |
Namespaces.setAutoSubscriptionCreationAsync(String namespace,
AutoSubscriptionCreationOverride autoSubscriptionCreationOverride)
Sets the autoSubscriptionCreation policy for a given namespace, overriding broker settings asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
AutoSubscriptionCreationOverride |
Policies.autoSubscriptionCreationOverride |
| Modifier and Type | Method and Description |
|---|---|
AutoSubscriptionCreationOverride |
AutoSubscriptionCreationOverride.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoSubscriptionCreationOverrideImpl
Override of autoSubscriptionCreation settings on a namespace level.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.