Interface RecordSuccessResponse
- All Known Implementing Classes:
RecordSuccessResponseImpl
Response given to the calling code by the
RetryStrategy after calling
RetryStrategy.recordSuccess(RecordSuccessRequest).-
Method Summary
Modifier and TypeMethodDescriptionstatic RecordSuccessResponsecreate(RetryToken token) Creates a newRecordSuccessResponseImplwith the given token.token()
-
Method Details
-
token
-
create
Creates a newRecordSuccessResponseImplwith the given token.
-