Uses of Interface
com.google.api.gax.retrying.RetryingExecutorWithContext
Packages that use RetryingExecutorWithContext
-
Uses of RetryingExecutorWithContext in com.google.api.gax.retrying
Classes in com.google.api.gax.retrying that implement RetryingExecutorWithContextModifier 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.