Class PostStop

java.lang.Object
org.apache.pekko.actor.typed.PostStop
All Implemented Interfaces:
Signal
Direct Known Subclasses:
PostStop$

public abstract class PostStop extends Object implements Signal
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.
  • Constructor Details

    • PostStop

      public PostStop()
  • Method Details

    • instance

      public static PostStop instance()
    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • equals

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()