Interface EventTimestampQuery
-
- All Superinterfaces:
ReadJournal
- All Known Implementing Classes:
EventsBySliceFirehoseQuery
public interface EventTimestampQuery extends ReadJournal
EventsBySliceQuery
that is using a timestamp based offset should also implement this query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<scala.Option<java.time.Instant>>
timestampOf(java.lang.String persistenceId, long sequenceNr)
-