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

public class PoisonPill$ extends PoisonPill implements scala.Product, Serializable
A message all Actors will understand, that when processed will terminate the Actor permanently.
See Also:
  • Field Details

    • MODULE$

      public static final PoisonPill$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • PoisonPill$

      public PoisonPill$()
  • Method Details

    • getInstance

      public PoisonPill$ getInstance()
      Java API: get the singleton instance
      Overrides:
      getInstance in class PoisonPill
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
      Overrides:
      productPrefix in class PoisonPill
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
      Overrides:
      productArity in class PoisonPill
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
      Overrides:
      productElement in class PoisonPill
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
      Overrides:
      productIterator in class PoisonPill
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
      Overrides:
      canEqual in class PoisonPill
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PoisonPill
    • toString

      public String toString()
      Overrides:
      toString in class PoisonPill