t

akka.persistence.query.typed.javadsl

EventsByPersistenceIdStartingFromSnapshotQuery

trait EventsByPersistenceIdStartingFromSnapshotQuery extends ReadJournal

A plugin may optionally support this query by implementing this trait.

Annotations
@ApiMayChange()
Source
EventsByPersistenceIdStartingFromSnapshotQuery.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventsByPersistenceIdStartingFromSnapshotQuery
  2. ReadJournal
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def eventsByPersistenceIdStartingFromSnapshot[Snapshot, Event](persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, transformSnapshot: Function[Snapshot, Event]): [EventEnvelope[Event], NotUsed]

    Same as EventsByPersistenceIdTypedQuery but with the purpose to use snapshot as starting point and thereby reducing number of events that have to be loaded.