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 java.util.concurrent.CompletionStage<java.util.Optional<java.time.Instant>>
latestEventTimestamp(java.lang.String entityType, int minSlice, int maxSlice)
-