Package org.httpfeeds.server
Class FeedFetcher
- java.lang.Object
-
- org.httpfeeds.server.FeedFetcher
-
public class FeedFetcher extends Object
-
-
Constructor Summary
Constructors Constructor Description FeedFetcher(FeedRepository feedRepository, Duration pollInterval, long limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeedItem>fetch(String lastEventId)List<FeedItem>fetchWithPolling(String lastEventId, Long timeoutMillis)
-