Packages

object Timeout extends Serializable

A Timeout is a wrapper on top of Duration to be more specific about what the duration means.

Source
Timeout.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Timeout
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(length: Long, unit: TimeUnit): Timeout

    Construct a Timeout from the given time unit and factor.

  2. def create(duration: Duration): Timeout

    Create a Timeout from java.time.Duration.

  3. implicit def durationToTimeout(duration: FiniteDuration): Timeout
  4. val zero: Timeout

    A timeout with zero duration, will cause most requests to always timeout.