data class BindingCalledEvent : RuntimeEvent
<init> |
BindingCalledEvent(name: String, payload: String, executionContextId: ExecutionContextId) |
executionContextId |
Identifier of the context where the call was made. val executionContextId: ExecutionContextId |
name |
val name: String |
payload |
val payload: String |