Failure

org.apache.pekko.persistence.fsm.PersistentFSM.Failure
final case class Failure(cause: Any) extends Reason

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.

Attributes

Source
PersistentFSM.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Reason
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product