Package akka.persistence.journal
-
Interface Summary Interface Description AsyncRecovery Asynchronous message replay and sequence number recovery interface.AsyncReplay A plugin may implement this trait as an optimization.AsyncWriteJournal Abstract journal, optimized for asynchronous, non-blocking writes.AsyncWriteProxy INTERNAL API.EmptyEventSeq EventAdapter PersistencePluginProxy.PluginType ReadEventAdapter Facility to convert from and to specialised data models, as may be required by specialized persistence Journals.WriteEventAdapter Facility to convert to specialised data models, as may be required by specialized persistence Journals.WriteJournalBase -
Exception Summary Exception Description AsyncReplayTimeoutException Thrown if replay inactivity exceeds a specified timeout.