Class PreRestart

java.lang.Object
org.apache.pekko.actor.typed.PreRestart
All Implemented Interfaces:
Signal
Direct Known Subclasses:
PreRestart$

public abstract class PreRestart extends Object implements Signal
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 Details

    • PreRestart

      public PreRestart()
  • Method Details

    • instance

      public static PreRestart instance()
    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • equals

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()