case object ReceiveTimeout extends ReceiveTimeout with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReceiveTimeout
- Serializable
- Product
- Equals
- ReceiveTimeout
- PossiblyHarmful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: ReceiveTimeout
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
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.