public class StandardRetryOptions extends Object
| Constructor and Description |
|---|
StandardRetryOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExponentialBackoffRetryOptions |
getBackoffRetryOptions() |
long |
getInitialBucketCapacity() |
StandardRetryOptions |
withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions) |
StandardRetryOptions |
withInitialBucketCapacity(long initialBucketCapacity) |
public StandardRetryOptions withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions)
public ExponentialBackoffRetryOptions getBackoffRetryOptions()
public StandardRetryOptions withInitialBucketCapacity(long initialBucketCapacity)
public long getInitialBucketCapacity()
Copyright © 2021. All rights reserved.