EventProcessor

fun interface EventProcessor(source)

An Event processor.

Tip: It can be created under the JVM platform using a factory function in EventProcessors.

Author

ForteScarlet

Functions

Link copied to clipboard
abstract suspend fun process(event: Event)

Process the Event.