Package io.serialized.client.feed
Interface FeedEntryHandler
public interface FeedEntryHandler
-
Method Details
-
handle
Called for each received feed entry.Add your processing logic by implementing this method.
NOTE: The implementation should be idempotent and adhere to 'at least once' processing.
- Parameters:
feedEntry- The entry to process- Throws:
RetryException- to signal a retry as the current entry was not successfully processed.
-