EventProcessor

fun interface EventProcessor(source)

事件处理器函数。

Java 中可以使用 EventProcessors 中提供的静态工厂来构建。

Author

ForteScarlet

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun Event<*>.invoke(raw: String)