DurableStateStore

peloton.persistence.DurableStateStore
See theDurableStateStore companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class DurableState[A](payload: A, revision: Long, timestamp: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EncodedState(payload: Array[Byte], revision: Long, timestamp: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Error extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class RevisionMismatchError(persistenceId: PersistenceId, expectedRevision: Long, actualRevision: Long) extends Error

Attributes

Supertypes
trait Product
trait Equals
trait Error
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all