Reason

org.apache.pekko.persistence.fsm.PersistentFSM$.Reason
sealed trait Reason

Reason why this pekko.actor.FSM is shutting down.

Attributes

Source
PersistentFSM.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
object Normal.type
object Shutdown.type
In this article