PgShardcakeStorage

graviton.integration.shardcake.PgShardcakeStorage

Durable Shardcake assignment and pod registry backed by PostgreSQL.

Attributes

Source
PgShardcakeStorage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Config(pollInterval: Duration)

Attributes

Companion
object
Source
PgShardcakeStorage.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Source
PgShardcakeStorage.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
object Error

Attributes

Companion
trait
Source
PgShardcakeStorage.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error extends Exception

Attributes

Companion
object
Source
PgShardcakeStorage.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Value members

Concrete methods

def layer(config: Config = ...): ZLayer[DataSource, Nothing, Storage]

Attributes

Source
PgShardcakeStorage.scala

Concrete fields

val live: ZLayer[DataSource & Config, Nothing, Storage]

Attributes

Source
PgShardcakeStorage.scala