| Name | Description | Type | Package | Framework |
| AllPersistenceIdsQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| CurrentEventsByPersistenceIdQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| CurrentEventsByTagQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| CurrentPersistenceIdsQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| EventsByPersistenceIdQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| EventsByTagQuery | A plugin may optionally support this query by implementing this interface. | Interface | akka.persistence.query.javadsl | Akka |
| ReadJournal | API for reading persistent events and information derived from stored persistent events. | Interface | akka.persistence.query.javadsl | Akka |