public interface EntryFilter
FeedEntryPollingConsumer to filter entries
from the feed.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidEntry(FeedEndpoint endpoint,
Object feed,
Object entry)
Tests to be used as filtering the feed for only entries of interest, such as only new entries, etc.
|
boolean isValidEntry(FeedEndpoint endpoint, Object feed, Object entry)
endpoint - the endpointfeed - the feedentry - the given entry to filterApache Camel