public static final class RetryableTrait.Builder extends AbstractTraitBuilder<RetryableTrait,RetryableTrait.Builder>
RetryableTrait trait.| Modifier and Type | Method and Description |
|---|---|
RetryableTrait |
build() |
RetryableTrait.Builder |
throttling(boolean throttling)
Indicates if the retry is considered a throttle.
|
getSourceLocation, sourceLocationpublic RetryableTrait build()
public RetryableTrait.Builder throttling(boolean throttling)
throttling - Set to true if the retry is a throttle.