org.apache.pekko.persistence.journal.inmem
Members list
Type members
Classlikes
object InmemJournal
The InmemJournal publishes writes and deletes to the eventStream, which tests may use to verify that expected events have been persisted or deleted.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InmemJournal.type
In this article