peloton.persistence

Members list

Type members

Classlikes

abstract class DurableStateStore

The persistence layer typeclass for a given state class A that provides methods to store and retrieve instances of type A from and to a specific storage backend.

The persistence layer typeclass for a given state class A that provides methods to store and retrieve instances of type A from and to a specific storage backend.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class JsonPayloadCodec[A](using x$1: Codec[A]) extends PayloadCodec[A]

A PayloadCodec typeclass implementation for type A that uses Json encoding/decoding under the hood

A PayloadCodec typeclass implementation for type A that uses Json encoding/decoding under the hood

Value parameters

codec

A given Circe Json Codec for type A

Attributes

Companion
object
Supertypes
trait PayloadCodec[A]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait PayloadCodec[A]

An encoder and decoder type class for a given payload type A

An encoder and decoder type class for a given payload type A

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class JsonPayloadCodec[A]
object PersistenceId

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

opaque type PersistenceId

Extensions

Extensions

extension (id: PersistenceId)
def toString(): String