public interface FeedEntryBatchHandler
void
handle(List<FeedEntry> feedEntryBatch)
void handle(List<FeedEntry> feedEntryBatch)
Add your processing logic by implementing this method.
NOTE: The implementation should be idempotent and adhere to 'at least once' processing.
feedEntryBatch
Copyright © 2022. All rights reserved.