Class PostStop$

  • All Implemented Interfaces:
    Signal, java.io.Serializable, scala.Equals, scala.Product

    public class PostStop$
    extends PostStop
    implements scala.Product, java.io.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:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • PostStop$

        public PostStop$()
    • Method Detail

      • productPrefix

        public java.lang.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 java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
        Overrides:
        productElement in class PostStop
      • productIterator

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

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

        public java.lang.String toString()
        Overrides:
        toString in class PostStop