Package org.apache.pekko.actor
Class ReceiveTimeout$
java.lang.Object
org.apache.pekko.actor.ReceiveTimeout
org.apache.pekko.actor.ReceiveTimeout$
- All Implemented Interfaces:
Serializable,PossiblyHarmful,scala.Equals,scala.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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReceiveTimeout$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.actor.ReceiveTimeout
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReceiveTimeout$
public ReceiveTimeout$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classReceiveTimeout
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classReceiveTimeout
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classReceiveTimeout
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classReceiveTimeout
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classReceiveTimeout
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classReceiveTimeout
-
hashCode
public int hashCode()- Overrides:
hashCodein classReceiveTimeout
-
toString
- Overrides:
toStringin classReceiveTimeout
-