public class SynchronousGrpcRetryable extends SynchronousRetryable<Object>
| Constructor and Description |
|---|
SynchronousGrpcRetryable(Supplier<Object> doRetry,
RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RetryContext> |
maybeContinue(RetryContext previousContext,
Object ignore,
Throwable cause)
Return a new context for continue retrying.
|
retrypublic SynchronousGrpcRetryable(Supplier<Object> doRetry, RetryPolicy retryPolicy)
protected Optional<RetryContext> maybeContinue(RetryContext previousContext, Object ignore, Throwable cause)
SynchronousRetryablemaybeContinue in class SynchronousRetryable<Object>previousContext - previous retry contextignore - retried resultcause - retried error causeCopyright © 2025 Webull. All rights reserved.