Uses of Class
org.httpfeeds.server.FeedItem
-
-
Uses of FeedItem in org.httpfeeds.server
Methods in org.httpfeeds.server that return FeedItem Modifier and Type Method Description FeedItemFeedItemRowMapper. mapRow(ResultSet rs, int rowNum)Methods in org.httpfeeds.server that return types with arguments of type FeedItem Modifier and Type Method Description List<FeedItem>FeedFetcher. fetch(String lastEventId)List<FeedItem>FeedFetcher. fetchWithPolling(String lastEventId, Long timeoutMillis)List<FeedItem>FeedRepository. findByIdGreaterThan(String lastEventId, long limit)List<FeedItem>JdbcFeedRepository. findByIdGreaterThan(String lastEventId, long limit)Methods in org.httpfeeds.server with parameters of type FeedItem Modifier and Type Method Description static CloudEventCloudEventMapper. toCloudEvent(FeedItem feedItem)
-