Interface RecordSuccessRequest
- All Known Implementing Classes:
RecordSuccessRequestImpl
Request that the calling code makes to the
RetryStrategy
using
RetryStrategy.recordSuccess(RecordSuccessRequest)
to notify that the attempted execution succeeded.-
Method Summary
Modifier and TypeMethodDescriptionstatic RecordSuccessRequest
create
(RetryToken token) Creates a newRecordSuccessRequest
instance with the given token.token()
-
Method Details
-
token
-
create
Creates a newRecordSuccessRequest
instance with the given token.
-