Interface EventTimestampQuery

All Superinterfaces:
ReadJournal

public interface EventTimestampQuery extends ReadJournal
EventsBySliceQuery that is using a timestamp based offset should also implement this query.

API May Change

  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<scala.Option<Instant>>
    timestampOf(String persistenceId, long sequenceNr)
     
  • Method Details

    • timestampOf

      scala.concurrent.Future<scala.Option<Instant>> timestampOf(String persistenceId, long sequenceNr)