StopEvent

org.apache.pekko.persistence.fsm.PersistentFSM$.StopEvent
final case class StopEvent[S, D](reason: Reason, currentState: S, stateData: D) extends NoSerializationVerificationNeeded

Case class representing the state of the pekko.actor.FSM whithin the onTermination block.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product