Dismissals

final case class Dismissals(value: Int)

A configuration parameter that specifies the number of dismissals to wait for before returning normally from an await call on a Waiter.

Value parameters:
value

the number of dismissals for which to wait

Throws:
IllegalArgumentException

if specified value is less than or equal to zero.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product