Package akka.persistence.query
-
Interface Summary Interface Description DurableStateChange<A> TheDurableStateStoreQuery
stream elements forDurableStateStoreQuery
.ReadJournalProvider A query plugin must implement a class that implements this trait. -
Class Summary Class Description DeletedDurableState<A> param: persistenceId The persistence id of the origin entity.DeletedDurableState$ EventEnvelope Event wrapper adding meta data for the events in the result stream ofEventsByTagQuery
query, or similar queries.EventEnvelope$ NoOffset Used when retrieving all events.NoOffset$ Used when retrieving all events.Offset Offset$ PersistenceQuery PersistenceQuery$ Persistence extension for queries.Sequence Corresponds to an ordered sequence number for the events.Sequence$ TimeBasedUUID Corresponds to an ordered unique identifier of the events.TimeBasedUUID$ TimestampOffset Timestamp based offset.TimestampOffset$ TimestampOffsetBySlice Timestamp-based offset by slice.TimestampOffsetBySlice$ Timestamp-based offset by slice.UpdatedDurableState<A> param: persistenceId The persistence id of the origin entity.UpdatedDurableState$