Uses of Class
com.adobe.aio.event.journal.model.JournalEntry
-
Packages that use JournalEntry Package Description com.adobe.aio.event.journal -
-
Uses of JournalEntry in com.adobe.aio.event.journal
Methods in com.adobe.aio.event.journal that return JournalEntry Modifier and Type Method Description JournalEntryJournalService. get(String linkUrl)JournalEntryJournalService. getLatest()JournalEntryJournalServiceTester. getLatestEntry(String journalUrl)JournalEntryJournalService. getOldest()JournalEntryJournalService. getSince(String position)JournalEntryJournalService. getSince(String position, int maxBatchSize)Methods in com.adobe.aio.event.journal with parameters of type JournalEntry Modifier and Type Method Description booleanJournalServiceTester. pollJournalForEvent(String journalUrl, JournalEntry fromEntry, String eventId, BiPredicate<Event,String> isEventIdInEvent)
-