data class BindingCalledEvent : RuntimeEvent
Notification is issued every time when binding is called.
<init> |
Notification is issued every time when binding is called. 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 |