Untitled

Anonymous
plain_text
10/03/2024 12:33 PM
376 B
17
Indexable
    @Async("statisticsThreadPool")

    public CompletableFuture<Integer> addData {

        int saved = featureStatisticsRepository.saveAll(toAddList).size();

        Data data = getData();
        update(data)
        return CompletableFuture.completedFuture(saved);
}
Editor is loading...
Leave a Comment