Uses of Interface
com.google.api.gax.retrying.RetryingExecutor
Packages that use RetryingExecutor
-
Uses of RetryingExecutor in com.google.api.gax.retrying
Subinterfaces of RetryingExecutor in com.google.api.gax.retryingModifier and TypeInterfaceDescriptioninterfaceRetryingExecutorWithContext<ResponseT>ARetryingExecutorthat accepts a per-operation context.Classes in com.google.api.gax.retrying that implement RetryingExecutorModifier and TypeClassDescriptionclassDirectRetryingExecutor<ResponseT>The retry executor which executes attempts in the current thread, potentially causing the current thread to sleep for the specified amount of time before execution.classScheduledRetryingExecutor<ResponseT>The retry executor which usesScheduledExecutorServiceto schedule an attempt tasks.