Package

akka.persistence.query

extension

Permalink

package extension

Visibility
  1. Public
  2. All

Type Members

  1. case class ResumableQueryConfig(snapshotInterval: Option[Long], backpressureBuffer: Option[Long], journalPluginId: Option[String], snapshotPluginId: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object AckJournal

    Permalink

    The AckJournal is responsible for writing optionally tagged messages into the akka-persistence-journal and ack-ing each message.

    The AckJournal is responsible for writing optionally tagged messages into the akka-persistence-journal and ack-ing each message. The messages can optionally be preprocessed.

  2. object Journal

    Permalink

    A Journal component is responsible for writing optionally tagged messages into the akka-persistence-journal.

  3. object ResumableQuery

    Permalink
  4. object ResumableQueryConfig extends Serializable

    Permalink

Ungrouped