Package org.apache.pekko.actor
Class FSM.Failure
java.lang.Object
org.apache.pekko.actor.FSM.Failure
- All Implemented Interfaces:
Serializable,FSM.Reason,scala.Equals,scala.Product
public static final class FSM.Failure
extends Object
implements FSM.Reason, scala.Product, Serializable
Signifies that the
pekko.actor.FSM is shutting itself down because of
an error, e.g. if the state to transition into does not exist. You can use
this to communicate a more precise cause to the onTermination block.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancause()booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Failure
-
-
Method Details
-
cause
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-