Interface RecordSuccessRequest
-
- All Known Implementing Classes:
RecordSuccessRequestImpl
@ThreadSafe public interface RecordSuccessRequest
Request that the calling code makes to theRetryStrategyusingRetryStrategy.recordSuccess(RecordSuccessRequest)to notify that the attempted execution succeeded.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RecordSuccessRequestcreate(RetryToken token)Creates a newRecordSuccessRequestinstance with the given token.RetryTokentoken()
-
-
-
Method Detail
-
token
RetryToken token()
-
create
static RecordSuccessRequest create(RetryToken token)
Creates a newRecordSuccessRequestinstance with the given token.
-
-