InmemJournal

org.apache.pekko.persistence.journal.inmem.InmemJournal$

The InmemJournal publishes writes and deletes to the eventStream, which tests may use to verify that expected events have been persisted or deleted.

InmemJournal is only intended to be used for tests and therefore binary backwards compatibility of the published messages are not guaranteed.

Attributes

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

Members list

Type members

Classlikes

final case class Delete(persistenceId: String, toSequenceNr: Long) extends Operation

Attributes

Source
InmemJournal.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all
sealed trait Operation

Attributes

Source
InmemJournal.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Delete
class Write
final case class Write(event: Any, persistenceId: String, sequenceNr: Long) extends Operation

Attributes

Source
InmemJournal.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all