Package org.apache.pekko.actor
Class Kill$
java.lang.Object
org.apache.pekko.actor.Kill
org.apache.pekko.actor.Kill$
- All Implemented Interfaces:
Serializable,AutoReceivedMessage,PossiblyHarmful,scala.Equals,scala.Product
A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException,
which will trigger supervision.
- See Also:
-
Field Summary
Fields -
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.Kill
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
-
Kill$
public Kill$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classKill
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classKill
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classKill
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classKill
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classKill
-
canEqual
-
hashCode
public int hashCode() -
toString
-