class Ens.InboundAdapter
extends Ens.Adapter
parameter SERVICEINPUTCLASS = "%RegisteredObject";
parameter SERVICEOUTPUTCLASS = "%RegisteredObject";
parameter SETTINGS = "CallInterval:Basic";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property BusinessHost
as Ens.BusinessService;
property CallInterval
as %Numeric(MINVAL="0.1") [ InitialExpression = 5 ];
The minimum interval between invocations of the adapter by the InterSystems IRIS framework. For adapters that poll for
external events, this is the polling interval. However, most polling adapters will process all inputs immediately
if several are detected at one time. This is also the interval at which each Business Service will check for shutdown requests.
method OnTask()
as %Status
default InboundAdapter behavior: always call ProcessInput on CallInterval