Interface LatestEventTimestampQuery
-
- All Superinterfaces:
ReadJournal
- All Known Implementing Classes:
EventsBySliceFirehoseQuery
public interface LatestEventTimestampQuery extends ReadJournal
Retrieve the latest timestamp for an entity type and slice range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<scala.Option<java.time.Instant>>
latestEventTimestamp(java.lang.String entityType, int minSlice, int maxSlice)
-