Package

org.dmonix.akka

persistence

Permalink

package persistence

Contains the implementation of the Akka persistence plugins.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. persistence
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class JournalPlugin extends AsyncWriteJournal with AsyncRecovery with ActorLogging

    Permalink

    The implementation of the journal/transaction persistence plugin.

    The implementation of the journal/transaction persistence plugin.
    All journals are kept in memory and will not survive a restart.

  2. class SnapshotStorePlugin extends SnapshotStore

    Permalink

    The implementation of the snapshot persistence plugin.

    The implementation of the snapshot persistence plugin.
    All snapshots are kept in memory and will not survive a restart.

Inherited from AnyRef

Inherited from Any

Ungrouped