OnStateEvent

@OnMessage(functionKind = FunctionKind.STATE_EVENT, defaultFunctionName = "onStateEvent")
annotation class OnStateEvent(val value: String)

On State Event.

    fun onStateEvent(changed: Changed, state: State) {
//...
}

Author

ahoo wang

Properties

Link copied to clipboard
val value: Array<out String>

aggregate Names