Package akka.persistence.journal.inmem
-
Interface Summary Interface Description InmemJournal.Operation InmemMessages INTERNAL API. -
Class Summary Class Description InmemJournal INTERNAL API.InmemJournal.Delete InmemJournal.Delete$ InmemJournal.Write InmemJournal.Write$ InmemJournal$ The InmemJournal publishes writes and deletes to theeventStream
, which tests may use to verify that expected events have been persisted or deleted.