Package org.apache.pekko.actor.typed
Class PreRestart
java.lang.Object
org.apache.pekko.actor.typed.PreRestart
- All Implemented Interfaces:
Signal
- Direct Known Subclasses:
PreRestart$
Lifecycle signal that is fired upon restart of the Actor before replacing
the behavior with the fresh one (i.e. this signal is received within the
behavior that failed).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanabstract static booleanstatic inthashCode()static PreRestartinstance()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
-
PreRestart
public PreRestart()
-
-
Method Details
-
instance
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
equals
-
productElementName
-
productElementNames
-