Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
feat(log): add log timestamp to select elasticsearch indices
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompiegne authored and NicolasGeraud committed Aug 14, 2018
1 parent 3f0dc81 commit ffb2913
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,5 +28,5 @@ public interface LogRepository {

TabularResponse query(TabularQuery query) throws AnalyticsException;

ExtendedLog findById(String logId) throws AnalyticsException;
ExtendedLog findById(String logId, Long timestamp) throws AnalyticsException;
}

0 comments on commit ffb2913

Please sign in to comment.