Package org.apache.pekko.actor
Class PoisonPill$
java.lang.Object
org.apache.pekko.actor.PoisonPill
org.apache.pekko.actor.PoisonPill$
- All Implemented Interfaces:
Serializable,AutoReceivedMessage,DeadLetterSuppression,PossiblyHarmful,scala.Equals,scala.Product
A message all Actors will understand, that when processed will terminate the Actor permanently.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PoisonPill$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.PoisonPill
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
-
PoisonPill$
public PoisonPill$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classPoisonPill
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classPoisonPill
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classPoisonPill
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classPoisonPill
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classPoisonPill
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classPoisonPill
-
hashCode
public int hashCode()- Overrides:
hashCodein classPoisonPill
-
toString
- Overrides:
toStringin classPoisonPill
-