Package com.inductiveautomation.ignition.common.script.message
package com.inductiveautomation.ignition.common.script.message
-
ClassDescriptionBase class for
Runnableimplementations that execute a message handler script.Handles the execution of a message handler script defined as an extension function.Manages the dispatching of messages and requests to message handlers.A unique identifier for a message handler, including its name, enabled status, threading model, and permissions.Manages the lifecycle and execution of message handlers within a project.Handles the execution of a message handler script.A container for all information required to execute a message handler script.Callback interface for receiving results from a message request.Represents an asynchronous request.Provides a mechanism to wait for one or more asynchronous requests to complete.A message sent between systems, containing a target handler name and a data payload.This only exists because we want to hide the completion functions from the scripting system, so we break it out to a different interface (MessageResultHandler).