amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.ingestion / DefaultMeetingEventBuffer

DefaultMeetingEventBuffer

class DefaultMeetingEventBuffer : EventBuffer

Constructors

<init>

DefaultMeetingEventBuffer(ingestionConfiguration: IngestionConfiguration, eventDao: EventDao, dirtyEventDao: DirtyEventDao, eventSender: EventSender, logger: Logger, eventScope: CoroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob()))

Functions

add

Add a meeting event to the buffer.

fun add(item: SDKEvent): Unit

process

Consume the data.

fun process(): Unit