Package org.apache.pekko.actor.typed
Class PostStop
java.lang.Object
org.apache.pekko.actor.typed.PostStop
- All Implemented Interfaces:
Signal
- Direct Known Subclasses:
PostStop$
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanabstract static booleanstatic inthashCode()static PostStopinstance()static intstatic ObjectproductElement(int x$1) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static Stringstatic StringtoString()
-
Constructor Details
-
PostStop
public PostStop()
-
-
Method Details
-
instance
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
equals
-
productElementName
-
productElementNames
-