public interface FeedEntryHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(FeedEntry feedEntry)
Called for each received feed entry.
|
void handle(FeedEntry feedEntry) throws RetryException
Add your processing logic by implementing this method.
NOTE: The implementation should be idempotent and adhere to 'at least once' processing.
feedEntry - The entry to processRetryException - to signal a retry as the current entry was not successfully processed.Copyright © 2021. All rights reserved.