akka.actor
Class ReceiveTimeout$

java.lang.Object
  extended by akka.actor.ReceiveTimeout
      extended by akka.actor.ReceiveTimeout$
All Implemented Interfaces:
PossiblyHarmful, java.io.Serializable, scala.Equals, scala.Product

public class ReceiveTimeout$
extends ReceiveTimeout
implements scala.Product, scala.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.

See Also:
Serialized Form

Field Summary
static ReceiveTimeout$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReceiveTimeout$()
           
 
Method Summary
 ReceiveTimeout$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final ReceiveTimeout$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReceiveTimeout$

public ReceiveTimeout$()
Method Detail

getInstance

public ReceiveTimeout$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class ReceiveTimeout