Response

constructor(attempts: Int, response: T)

Parameters

T

The type of result.

attempts

The number of attempts executed in order to reach the outcome. Starts at 1.

response

The response to an operation.