-
public final class RequestExecutionContextProvides information about the request execution context such as the number of attempts made to execute the request in case of a retry or the response code of the previous request failure code.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerattemptNumberprivate final IntegerpreviousResponseCode
-
Constructor Summary
Constructors Constructor Description RequestExecutionContext(Integer attemptNumber, Integer previousResponseCode)
-
Method Summary
Modifier and Type Method Description final IntegergetAttemptNumber()final IntegergetPreviousResponseCode()-
-
Method Detail
-
getAttemptNumber
final Integer getAttemptNumber()
-
getPreviousResponseCode
final Integer getPreviousResponseCode()
-
-
-
-