| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
Pulsar Client implementation.
|
| org.apache.pulsar.client.util |
Pulsar Client Utils.
|
| Modifier and Type | Field and Description |
|---|---|
protected Backoff |
ConnectionHandler.backoff |
| Modifier and Type | Method and Description |
|---|---|
Backoff |
BackoffBuilder.create() |
| Constructor and Description |
|---|
ConnectionHandler(org.apache.pulsar.client.impl.HandlerState state,
Backoff backoff,
org.apache.pulsar.client.impl.ConnectionHandler.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
RetryUtil.retryAsynchronously(Supplier<CompletableFuture<T>> supplier,
Backoff backoff,
ScheduledExecutorService scheduledExecutorService,
CompletableFuture<T> callback) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.