Interface WaiterResponse<T>
- Type Parameters:
T
- the type of the response
- All Known Implementing Classes:
DefaultWaiterResponse
public interface WaiterResponse<T>
The response returned from a waiter operation
-
Method Summary
-
Method Details
-
matched
ResponseOrException<T> matched()- Returns:
- the ResponseOrException union received that has matched with the waiter success condition
-
attemptsExecuted
int attemptsExecuted()- Returns:
- the number of attempts executed
-