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 boolean
abstract static boolean
static int
hashCode()
static PreRestart
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
-
PreRestart
public PreRestart()
-
-
Method Details
-
instance
-
productPrefix
-
productArity
public static int productArity() -
productElement
-
productIterator
-
canEqual
-
hashCode
public static int hashCode() -
toString
-
equals
-
productElementName
-
productElementNames
-