| Interface | Description |
|---|---|
| AllPersistenceIdsQuery |
A plugin may optionally support this query by implementing this interface.
|
| CurrentEventsByPersistenceIdQuery |
A plugin may optionally support this query by implementing this interface.
|
| CurrentEventsByTagQuery | Deprecated
To be replaced by CurrentEventsByTagQuery2 from Akka 2.5.
|
| CurrentEventsByTagQuery2 |
A plugin may optionally support this query by implementing this interface.
|
| CurrentPersistenceIdsQuery |
A plugin may optionally support this query by implementing this interface.
|
| EventsByPersistenceIdQuery |
A plugin may optionally support this query by implementing this interface.
|
| EventsByTagQuery | Deprecated
To be replaced by EventsByTagQuery2 from Akka 2.5.
|
| EventsByTagQuery2 |
A plugin may optionally support this query by implementing this interface.
|
| ReadJournal |
API for reading persistent events and information derived
from stored persistent events.
|