Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
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
Attributes
- Throws
-
NullArgumentException
if passed
valueisnull - Supertypes
-
class PatienceConfigParamtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
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.
Attributes
- Throws
-
NullArgumentException
if passed
valueisnull - Supertypes
-
class PatienceConfigParamtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all