MockEventProcessor

Mock EventProcessor.

Since

4.13.0

Author

ForteScarlet

Types

Link copied to clipboard
object Companion

Inherited functions

Link copied to clipboard
abstract fun push(event: Event): Flow<EventResult>
Link copied to clipboard
open fun pushAndLaunch(scope: CoroutineScope, event: Event): Job