Package net.kemitix.ugiggle.trello
Class TrelloSubmissionService
- java.lang.Object
-
- net.kemitix.ugiggle.trello.TrelloSubmissionService
-
- All Implemented Interfaces:
ReadingListService
@ApplicationScoped public class TrelloSubmissionService extends Object implements ReadingListService
-
-
Constructor Summary
Constructors Constructor Description TrelloSubmissionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<? extends Submission>getReadingList()
-
-
-
Method Detail
-
getReadingList
public Stream<? extends Submission> getReadingList()
- Specified by:
getReadingListin interfaceReadingListService
-
-