Class InmemJournal$
java.lang.Object
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InmemJournal$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
InmemJournal$
public InmemJournal$()
-