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 Detail

      • 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