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 boolean
abstract static boolean
static int
hashCode()
static PostStop
instance()
static int
static Object
productElement
(int x$1) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
static String
toString()
-
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
-