Package akka.persistence.query.javadsl
-
Interface Summary Interface Description CurrentEventsByPersistenceIdQuery Same type of query asEventsByPersistenceIdQuery.eventsByPersistenceId(java.lang.String, long, long)
but the event stream is completed immediately when it reaches the end of the "result set".CurrentEventsByTagQuery Same type of query asEventsByTagQuery.eventsByTag(java.lang.String, akka.persistence.query.Offset)
but the event stream is completed immediately when it reaches the end of the "result set".CurrentPersistenceIdsQuery Same type of query asPersistenceIdsQuery.persistenceIds()
but the stream is completed immediately when it reaches the end of the "result set".EventsByPersistenceIdQuery Query events for a specificPersistentActor
identified bypersistenceId
.EventsByTagQuery Query events that have a specific tag.PersistenceIdsQuery Query allPersistentActor
identifiers, i.e.ReadJournal API for reading persistent events and information derived from stored persistent events.