| 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 |
|---|---|
DelayedDeliveryPolicies |
Namespaces.getDelayedDelivery(String namespace)
Get the delayed delivery messages for all topics within a namespace.
|
DelayedDeliveryPolicies |
Topics.getDelayedDeliveryPolicy(String topic)
Get the delayed delivery policy for a specified topic.
|
DelayedDeliveryPolicies |
Topics.getDelayedDeliveryPolicy(String topic,
boolean applied)
Get the delayed delivery policy applied for a specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DelayedDeliveryPolicies> |
Namespaces.getDelayedDeliveryAsync(String namespace)
Get the delayed delivery messages for all topics within a namespace asynchronously.
|
CompletableFuture<DelayedDeliveryPolicies> |
Topics.getDelayedDeliveryPolicyAsync(String topic)
Get the delayed delivery policy for a specified topic asynchronously.
|
CompletableFuture<DelayedDeliveryPolicies> |
Topics.getDelayedDeliveryPolicyAsync(String topic,
boolean applied)
Get the delayed delivery policy applied for a specified topic asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.setDelayedDeliveryMessages(String namespace,
DelayedDeliveryPolicies delayedDeliveryPolicies)
Set the delayed delivery messages for all topics within a namespace.
|
CompletableFuture<Void> |
Namespaces.setDelayedDeliveryMessagesAsync(String namespace,
DelayedDeliveryPolicies delayedDeliveryPolicies)
Set the delayed delivery messages for all topics within a namespace asynchronously.
|
void |
Topics.setDelayedDeliveryPolicy(String topic,
DelayedDeliveryPolicies delayedDeliveryPolicies)
Set the delayed delivery policy for a specified topic.
|
CompletableFuture<Void> |
Topics.setDelayedDeliveryPolicyAsync(String topic,
DelayedDeliveryPolicies delayedDeliveryPolicies)
Set the delayed delivery policy for a specified topic asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
DelayedDeliveryPolicies |
Policies.delayed_delivery_policies |
| Modifier and Type | Method and Description |
|---|---|
DelayedDeliveryPolicies |
DelayedDeliveryPolicies.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
DelayedDeliveryPoliciesImpl
Definition of the delayed delivery policy.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.