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 JournalEntry
JournalService. get(String linkUrl)
JournalEntry
JournalService. getLatest()
JournalEntry
JournalServiceTester. getLatestEntry(String journalUrl)
JournalEntry
JournalService. getOldest()
JournalEntry
JournalService. getSince(String position)
JournalEntry
JournalService. getSince(String position, int maxBatchSize)
Methods in com.adobe.aio.event.journal with parameters of type JournalEntry Modifier and Type Method Description boolean
JournalServiceTester. pollJournalForEvent(String journalUrl, JournalEntry fromEntry, String eventId, BiPredicate<Event,String> isEventIdInEvent)
-