LogEntry

org.apache.pekko.persistence.fsm.PersistentFSM$.LogEntry
final case class LogEntry[S, D](stateName: S, stateData: D, event: Any)

Log Entry of the pekko.actor.LoggingFSM, can be obtained by calling getLog.

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