TestEvent

open class TestEvent(val id: ID = UUID.random()) : Event, BaseTestEvent(source)

用于测试的 Event 实现

Constructors

Link copied to clipboard
constructor(id: ID = UUID.random())

Properties

Link copied to clipboard
open override val id: ID

Inherited properties

Link copied to clipboard
abstract val time: Timestamp