- Companion:
- class
Type members
Classlikes
A PatienceConfigParam that specifies the amount of time to sleep after
a retry.
A PatienceConfigParam that specifies the amount of time to sleep after
a retry.
- Value parameters:
- value
the amount of time to sleep between each attempt
- Throws:
- NullArgumentException
if passed
valueisnull
Abstract class defining a family of configuration parameters for traits Eventually and Waiters.
Abstract class defining a family of configuration parameters for traits Eventually and Waiters.
The subclasses of this abstract class are used to pass configuration information to
the eventually methods of trait Eventually and the await methods of trait Waiters.
A PatienceConfigParam that specifies the maximum amount of time to wait for an asynchronous operation to
complete.
A PatienceConfigParam that specifies the maximum amount of time to wait for an asynchronous operation to
complete.
- Value parameters:
- value
the maximum amount of time to retry before giving up and throwing
TestFailedException.
- Throws:
- NullArgumentException
if passed
valueisnull