Uses of Interface
com.google.api.gax.retrying.RetryingExecutor
-
Packages that use RetryingExecutor Package Description com.google.api.gax.retrying -
-
Uses of RetryingExecutor in com.google.api.gax.retrying
Subinterfaces of RetryingExecutor in com.google.api.gax.retrying Modifier and Type Interface Description interfaceRetryingExecutorWithContext<ResponseT>ARetryingExecutorthat accepts a per-operation context.Classes in com.google.api.gax.retrying that implement RetryingExecutor Modifier and Type Class Description classDirectRetryingExecutor<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.
-