Packages

object ReceiveTimeout extends ReceiveTimeout with Product with Serializable

When using ActorContext.setReceiveTimeout, the singleton instance of ReceiveTimeout will be sent to the Actor when there hasn't been any message for that long.

Annotations
@SerialVersionUID()
Source
Actor.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceiveTimeout
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ReceiveTimeout
  7. PossiblyHarmful
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getInstance: ReceiveTimeout.type

    Java API: get the singleton instance