Package org.httpfeeds.server
Interface FeedRepository
-
- All Known Implementing Classes:
JdbcFeedRepository
public interface FeedRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(String id, String type, String source, Instant time, String subject, String method, String data)List<FeedItem>findByIdGreaterThan(String lastEventId, long limit)
-