|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.actor.ReceiveTimeout akka.actor.ReceiveTimeout$
public class ReceiveTimeout$
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.
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 |
---|
public static final ReceiveTimeout$ MODULE$
Constructor Detail |
---|
public ReceiveTimeout$()
Method Detail |
---|
public ReceiveTimeout$ getInstance()
getInstance
in class ReceiveTimeout
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |