caf_iot/proxy_iot_queue

A proxy to access the main message queue.

Source:

Extends

Methods

process(methodName, args, optionsopt)

Source:

Enqueues a method call request.

The type of cronOptionsType is:

   {noSync: boolean}

where noSync skips cloud synchronization.

Parameters:
Name Type Attributes Description
methodName string

The method name.

args Array.<jsonType>

The arguments.

options cronOptionsType <optional>

Hint on how to process the request.