Uses of Class
com.avoka.fc.core.entity.EventInbox
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager service classes.
-
Uses of EventInbox in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionEventInboxDao.getEventInboxForId
(Long id) Return the EventInbox entity for the given EventInbox id. -
Uses of EventInbox in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionEventInboxService.createInboxEvent
(ServiceDefinition serviceDefinition, String eventTopic, String eventPartition, String eventOffset, String key, String payload) create a new EventInbox entity.Modifier and TypeMethodDescriptionvoid
EventInboxService.updateEventInboxToDelivered
(EventInbox eventInbox) update an eventInbox with delivered status.void
EventInboxService.updateEventInboxToFailed
(EventInbox eventInbox, String bodyContent) update an eventInbox with Failed status.void
EventInboxService.updateEventInboxToInProcess
(EventInbox eventInbox) update an eventInbox with InProcess status.void
EventInboxService.updateEventInboxToInQueue
(EventInbox eventInbox) update an eventInbox with InQueue status.