public final class HandlerAfterAttemptContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder
Builder class for HandlerAfterAttemptContext
|
| Modifier and Type | Method and Description |
|---|---|
static HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder |
builder () |
Exception |
getException () |
Request<?> |
getRequest () |
Response<?> |
getResponse () |
public Request<?> getRequest()
public Response<?> getResponse()
public Exception getException()
public static HandlerAfterAttemptContext.HandlerAfterAttemptContextBuilder builder()