uniflow-core / io.uniflow.core.flow.data / EventConsumer

EventConsumer

data class EventConsumer

Help consume events & extract content

Constructors

<init>

EventConsumer(id: String)

Help consume events & extract content

Properties

id

val id: String

Functions

onEvent

fun onEvent(event: Event<UIEvent>): UIEvent?