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. isEventIdInTheCloudEventData
static BiPredicate<Event,String>
JournalServiceTester. isEventIdTheCloudEventId
Method parameters in com.adobe.aio.event.journal with type arguments of type Event Modifier and Type Method Description boolean
JournalServiceTester. pollJournalForEvent(String journalUrl, JournalEntry fromEntry, String eventId, BiPredicate<Event,String> isEventIdInEvent)
boolean
JournalServiceTester. pollJournalForEvent(String journalUrl, String eventId, BiPredicate<Event,String> isEventIdInEvent)
boolean
JournalServiceTester. pollJournalForEvents(String journalUrl, Set<String> eventIds, BiPredicate<Event,String> isEventIdInEvent)
Polls the journal for the given eventIds.boolean
JournalServiceTester. 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()
-