Packages

package javadsl

Type Members

  1. 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()
  2. 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()
  3. 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()
  4. 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()
  5. 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()

Ungrouped