Package org.apache.pekko.actor.typed
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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()instance()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.actor.typed.PostStop
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PostStop$
public PostStop$()
-
-
Method Details
-
instance
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classPostStop
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classPostStop
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classPostStop
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classPostStop
-
canEqual
-
hashCode
public int hashCode() -
toString
-