Inputs Context
Access and manage input services in rules engine
- Context Variable: inputs
API Interface
//Retrieves the running SFTP input service handle
ISFTPInputService getSftp(String id);
//Retrieves the running MQTT input service handle
IMQTTInputService getMqtt(String id);
//Retrieves the running EMail input service handle
IEMailInputService getEmail(String id);
//Retrieves the running UDP input service handle
IUDPInputService getUdp(String id);
//Retrieves the running TCP input service handle
ITCPInputService getTcp(String id);
//Retrieves the running TCP input service handle
ITCPInputService getTcp(String id);
Updated over 3 years ago