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() |
String |
coordinate() |
Throwable |
exception() |
Map<String,String> |
httpHeaders() |
HttpRequest |
httpRequest() |
HttpResponse |
httpResponse() |
Integer |
httpStatusCode() |
int |
retriesAttempted() |
RetryPolicyContext |
updateException(Throwable exception) |
public static RetryPolicyContext.Builder builder()
public String coordinate()
public HttpRequest httpRequest()
public HttpResponse httpResponse()
public Throwable exception()
public RetryPolicyContext updateException(Throwable exception)
public int retriesAttempted()
public Integer httpStatusCode()
Copyright © 2022. All rights reserved.