MongoPersistenceDriver

pekko.contrib.persistence.mongodb.MongoPersistenceDriver
See theMongoPersistenceDriver companion class

Attributes

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

Members list

Type members

Classlikes

case object Acknowledged extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
case object Journaled extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
Journaled.type
case object ReplicaAcknowledged extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
case object Unacknowledged extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
case object W1 extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
W1.type
case object W2 extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
W2.type
case object W3 extends WriteSafety

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait WriteSafety
class Object
trait Matchable
class Any
Show all
Self type
W3.type
sealed trait WriteSafety

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Acknowledged
object Journaled
object W1
object W2
object W3
Show all

Implicits

Implicits

implicit def string2WriteSafety(fromConfig: String): WriteSafety