public final class RetryPolicyContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryPolicyContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicyContext.Builder |
builder() |
Throwable |
exception() |
HttpRequest |
httpRequest() |
HttpResponse |
httpResponse() |
Integer |
httpStatusCode() |
int |
retriesAttempted() |
int |
totalRequests() |
public static RetryPolicyContext.Builder builder()
public HttpRequest httpRequest()
public HttpResponse httpResponse()
public Throwable exception()
public int retriesAttempted()
public int totalRequests()
public Integer httpStatusCode()
Copyright © 2022. All rights reserved.