| Modifier and Type | Class and Description |
|---|---|
class |
HttpRetryContext |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RetryContext> |
SynchronousHttpRetryable.maybeContinue(RetryContext previousContext,
HttpResponse response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RetryContext> |
SynchronousHttpRetryable.maybeContinue(RetryContext previousContext,
HttpResponse response,
Throwable cause) |
boolean |
RetryOnHttpStatusCondition.shouldRetry(RetryContext context) |
boolean |
DefaultHttpRetryCondition.shouldRetry(RetryContext context) |
boolean |
RetryOnHttpMethodCondition.shouldRetry(RetryContext context) |
boolean |
RetryOnExceptionCondition.shouldRetry(RetryContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<RetryContext> |
SynchronousRetryable.maybeContinue(RetryContext previousContext,
T result,
Throwable cause)
Return a new context for continue retrying.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<RetryContext> |
SynchronousRetryable.maybeContinue(RetryContext previousContext,
T result,
Throwable cause)
Return a new context for continue retrying.
|
long |
RetryPolicy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
T |
SynchronousRetryable.retry(RetryContext context) |
T |
Retryable.retry(RetryContext context) |
boolean |
RetryPolicy.shouldRetry(RetryContext context) |
| Modifier and Type | Method and Description |
|---|---|
long |
BackoffStrategy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
long |
FixedDelayStrategy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
long |
ExponentialBackoffStrategy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
long |
JitterExponentialBackoffStrategy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
long |
DefaultMixedBackoffStrategy.nextRetryDelay(RetryContext context,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OrMergeRetryCondition.shouldRetry(RetryContext context) |
boolean |
AndMergeRetryCondition.shouldRetry(RetryContext context) |
boolean |
NoRetryCondition.shouldRetry(RetryContext context) |
boolean |
MaxRetryTimesCondition.shouldRetry(RetryContext context) |
boolean |
RetryCondition.shouldRetry(RetryContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MqttDisconnectedContextAdapter |
class |
QuotesApiFailedContext |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuotesSubsFailedContext
Quotes subscribe connection failed context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QuotesSubsRetryCondition.shouldRetry(RetryContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrpcRetryContext |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RetryContext> |
SynchronousGrpcRetryable.maybeContinue(RetryContext previousContext,
Object ignore,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RetryContext> |
SynchronousGrpcRetryable.maybeContinue(RetryContext previousContext,
Object ignore,
Throwable cause) |
boolean |
GrpcRetryCondition.shouldRetry(RetryContext context) |
Copyright © 2025 Webull. All rights reserved.