BindingCalled

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

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
Link copied to clipboard