Uses of Class
com.adobe.aio.event.journal.model.Event
-
Packages that use Event Package Description com.adobe.aio.event.journal com.adobe.aio.event.journal.model -
-
Uses of Event in com.adobe.aio.event.journal
Fields in com.adobe.aio.event.journal with type parameters of type Event Modifier and Type Field Description static BiPredicate<Event,String>JournalServiceTester. isEventIdInTheCloudEventDatastatic BiPredicate<Event,String>JournalServiceTester. isEventIdTheCloudEventIdMethod parameters in com.adobe.aio.event.journal with type arguments of type Event Modifier and Type Method Description booleanJournalServiceTester. pollJournalForEvent(String journalUrl, JournalEntry fromEntry, String eventId, BiPredicate<Event,String> isEventIdInEvent)booleanJournalServiceTester. pollJournalForEvent(String journalUrl, String eventId, BiPredicate<Event,String> isEventIdInEvent)booleanJournalServiceTester. pollJournalForEvents(String journalUrl, Set<String> eventIds, BiPredicate<Event,String> isEventIdInEvent)Polls the journal for the given eventIds.booleanJournalServiceTester. pollJournalForEvents(String journalUrl, Set<String> eventIds, BiPredicate<Event,String> isEventIdInEvent, long timeoutInMilliseconds)Polls the journal for the given eventIds. -
Uses of Event in com.adobe.aio.event.journal.model
Methods in com.adobe.aio.event.journal.model that return types with arguments of type Event Modifier and Type Method Description List<Event>JournalEntry. getEvents()
-