Uses of Class
org.apache.pulsar.client.impl.Backoff
Packages that use Backoff
Package
Description
Pulsar Client implementation.
Pulsar Client Utils.
-
Uses of Backoff in org.apache.pulsar.client.impl
Fields in org.apache.pulsar.client.impl declared as BackoffMethods in org.apache.pulsar.client.impl that return BackoffConstructors in org.apache.pulsar.client.impl with parameters of type BackoffModifierConstructorDescriptionprotectedConnectionHandler(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 BackoffModifier and TypeMethodDescriptionstatic <T> voidRetryUtil.retryAsynchronously(Supplier<CompletableFuture<T>> supplier, Backoff backoff, ScheduledExecutorService scheduledExecutorService, CompletableFuture<T> callback)