package javadsl
Type Members
- trait CurrentEventsBySliceQuery extends ReadJournal
A plugin may optionally support this query by implementing this trait.
A plugin may optionally support this query by implementing this trait.
API May Change
- Annotations
- @ApiMayChange()
- trait DurableStateStoreBySliceQuery[A] extends DurableStateStore[A]
Query API for reading durable state objects.
Query API for reading durable state objects.
For Scala API see DurableStateStoreBySliceQuery.
API May Change
- Annotations
- @ApiMayChange()
- trait EventTimestampQuery extends ReadJournal
EventsBySliceQuery that is using a timestamp based offset should also implement this query.
EventsBySliceQuery that is using a timestamp based offset should also implement this query.
API May Change
- Annotations
- @ApiMayChange()
- trait EventsBySliceQuery extends ReadJournal
A plugin may optionally support this query by implementing this trait.
A plugin may optionally support this query by implementing this trait.
EventsBySliceQuery
that is using a timestamp based offset should also implement EventTimestampQuery and LoadEventQuery.API May Change
- Annotations
- @ApiMayChange()
- trait LoadEventQuery extends ReadJournal
EventsBySliceQuery that is using a timestamp based offset should also implement this query.
EventsBySliceQuery that is using a timestamp based offset should also implement this query.
API May Change
- Annotations
- @ApiMayChange()