Interface RecordSuccessResponse
-
- All Known Implementing Classes:
RecordSuccessResponseImpl
@ThreadSafe public interface RecordSuccessResponse
Response given to the calling code by theRetryStrategyafter callingRetryStrategy.recordSuccess(RecordSuccessRequest).
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RecordSuccessResponsecreate(RetryToken token)Creates a newRecordSuccessResponseImplwith the given token.RetryTokentoken()
-
-
-
Method Detail
-
token
RetryToken token()
-
create
static RecordSuccessResponse create(RetryToken token)
Creates a newRecordSuccessResponseImplwith the given token.
-
-