BindingCalled

@Serializable
data class BindingCalled(val name: String, val payload: String, val executionContextId: ExecutionContextId) : RuntimeEvent

Notification is issued every time when binding is called.

Official doc

Constructors

Link copied to clipboard
constructor(name: String, payload: String, executionContextId: ExecutionContextId)

Properties

Link copied to clipboard

Identifier of the context where the call was made.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)