Class PostStop$

java.lang.Object
org.apache.pekko.actor.typed.PostStop
org.apache.pekko.actor.typed.PostStop$
All Implemented Interfaces:
Serializable, Signal, scala.Equals, scala.Product

public class PostStop$ extends PostStop implements scala.Product, Serializable
Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated. The Terminated signal is only sent to registered watchers after this signal has been processed.
See Also:
  • Field Details

    • MODULE$

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

    • PostStop$

      public PostStop$()
  • Method Details

    • instance

      public PostStop instance()
      Overrides:
      instance in class PostStop
    • productPrefix

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class PostStop