public class HTTPRetry extends Object implements Serializable
| Constructor and Description |
|---|
HTTPRetry()
No args constructor for use in serialization
|
HTTPRetry(Integer attempts,
Duration perTryTimeout) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttempts() |
Duration |
getPerTryTimeout() |
void |
setAttempts(Integer attempts) |
void |
setPerTryTimeout(Duration perTryTimeout) |
Copyright © 2017–2018 Red Hat. All rights reserved.