| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract RetryInfo |
build()
Builds the RetryInfo instance.
|
abstract RetryInfo.Builder |
setRetryDelay(Duration retryDelay)
Sets the retry delay.
|
public abstract RetryInfo.Builder setRetryDelay(Duration retryDelay)
retryDelay - the recommended delay before retryingpublic abstract RetryInfo build()
Copyright © 2026. All rights reserved.