OutboxMessageEventHandler

class OutboxMessageEventHandler(config: MatrixClientConfiguration, api: MatrixClientServerApiClient, possiblyEncryptEvent: PossiblyEncryptEvent, mediaService: MediaService, roomOutboxMessageStore: RoomOutboxMessageStore, outboxMessageMediaUploaderMappings: OutboxMessageMediaUploaderMappings, currentSyncState: CurrentSyncState, tm: RepositoryTransactionManager) : EventHandler

Constructors

Link copied to clipboard
constructor(config: MatrixClientConfiguration, api: MatrixClientServerApiClient, possiblyEncryptEvent: PossiblyEncryptEvent, mediaService: MediaService, roomOutboxMessageStore: RoomOutboxMessageStore, outboxMessageMediaUploaderMappings: OutboxMessageMediaUploaderMappings, currentSyncState: CurrentSyncState, tm: RepositoryTransactionManager)

Functions

Link copied to clipboard
open override fun startInCoroutineScope(scope: CoroutineScope)