package
mongodb
Type Members
-
case class
Atom(pid: String, from: Long, to: Long, events: Seq[Event]) extends Product with Serializable
-
case class
Bin(content: Array[Byte]) extends Payload with Product with Serializable
-
case class
BooleanPayload(content: Boolean) extends Payload with Product with Serializable
-
case class
Bson[D](content: D)(implicit evidence$1: DocumentType[D]) extends Payload with Product with Serializable
-
-
-
-
-
case class
Event(pid: String, sn: Long, payload: Payload, sender: Option[ActorRef] = None, manifest: Option[String] = None, writerUuid: Option[String] = None) extends Product with Serializable
-
-
case class
FixedPointPayload(content: Long) extends Payload with Product with Serializable
-
case class
FloatingPointPayload(content: Double) extends Payload with Product with Serializable
-
trait
Instrumented extends InstrumentedBuilder
-
class
JavaDslMongoReadJournal extends ReadJournal with CurrentPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with EventsByPersistenceIdQuery with AllPersistenceIdsQuery
-
-
trait
JournalStream[Cursor] extends AnyRef
-
-
case class
Legacy(bytes: Array[Byte])(implicit ser: Serialization) extends Payload with Product with Serializable
-
class
MongoJournal extends AsyncWriteJournal
-
-
-
-
-
-
-
-
-
class
MongoReadJournal extends ReadJournalProvider
-
-
-
-
sealed
trait
Payload extends AnyRef
-
-
-
-
class
ScalaDslMongoReadJournal extends ReadJournal with CurrentPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with AllPersistenceIdsQuery with EventsByPersistenceIdQuery
-
case class
Serialized[C <: AnyRef](bytes: Array[Byte], clazz: Class[C], serializedManifest: Option[String])(implicit ser: Serialization) extends Payload with Product with Serializable
-
case class
StringPayload(content: String) extends Payload with Product with Serializable
-
trait
SyncActorPublisher[A, Cursor] extends ActorPublisher[A]
Value Members
-
object
Atom extends Serializable
-
object
Event extends Serializable
-
-
-
-
object
Legacy extends Serializable
-
-
-
-
-
-
object
Serialized extends Serializable
-
Inherited from AnyRef
Inherited from Any