SimpleEventDispatcherImpl

Constructors

Link copied to clipboard
constructor(configuration: SimpleEventDispatcherConfigurationImpl)
constructor(configuration: SimpleEventDispatcherConfiguration, interceptors: SimpleEventInterceptors)

Properties

Link copied to clipboard
open override val listeners: Sequence<EventListener>

Functions

Link copied to clipboard
open override fun dispose(listener: EventListener)
Link copied to clipboard
open override fun push(event: Event): Flow<EventResult>
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
open fun pushAndLaunch(scope: CoroutineScope, event: Event): Job
Link copied to clipboard