class DefaultMeetingEventBuffer : EventBuffer
<init> |
DefaultMeetingEventBuffer(ingestionConfiguration: IngestionConfiguration, eventDao: EventDao, dirtyEventDao: DirtyEventDao, eventSender: EventSender, logger: Logger, eventScope: CoroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob())) |
add |
Add a meeting event to the buffer. fun add(item: SDKEvent): Unit |
process |
Consume the data. fun process(): Unit |