class EnsLib.MQTT.Adapter.Inbound
extends Ens.InboundAdapter, EnsLib.MQTT.Adapter.Common
parameter SETTINGS = ",-CallInterval,BrokerRetryInterval";
Will throttle by adapter timeout
property BrokerRetryInterval
as %Numeric(MINVAL="0.1") [ InitialExpression = 5 ];
Interval to Retry Connecting to the MQTT Broker
method OnInit()
as %Status
Property
method OnTask()
as %Status
default InboundAdapter behavior: always call ProcessInput on CallInterval