BindingCalledParameter

@Serializable
data class BindingCalledParameter(val name: String, val payload: String, val executionContextId: Int)

Notification is issued every time when binding is called.

Constructors

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

Properties

Link copied to clipboard

Identifier of the context where the call was made.

Link copied to clipboard
Link copied to clipboard