Uses of Class
org.apache.pulsar.client.impl.Backoff
-
Packages that use Backoff Package Description org.apache.pulsar.client.impl org.apache.pulsar.client.util -
-
Uses of Backoff in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl declared as Backoff Modifier and Type Field Description protected BackoffConnectionHandler. backoffMethods in org.apache.pulsar.client.impl that return Backoff Modifier and Type Method Description BackoffBackoffBuilder. create()Constructors in org.apache.pulsar.client.impl with parameters of type Backoff Constructor Description ConnectionHandler(org.apache.pulsar.client.impl.HandlerState state, Backoff backoff, org.apache.pulsar.client.impl.ConnectionHandler.Connection connection) -
Uses of Backoff in org.apache.pulsar.client.util
Methods in org.apache.pulsar.client.util with parameters of type Backoff Modifier and Type Method Description static <T> voidRetryUtil. retryAsynchronously(java.util.function.Supplier<java.util.concurrent.CompletableFuture<T>> supplier, Backoff backoff, java.util.concurrent.ScheduledExecutorService scheduledExecutorService, java.util.concurrent.CompletableFuture<T> callback)
-