Global

Type Definitions

FunctionLogConsumer(message)

Callback for FunctionAppender
Parameters:
Name Type Description
message String the log message to be consumed. If a more detailed insight on the message details is required it is suggested to implement a custom SimpleLogAppender.

ItemUpdateChangedFieldCallback(fieldName, fieldPos, value)

Parameters:
Name Type Description
fieldName String of the involved changed field. If the related Subscription was initialized using a "Field Schema" it will be null.
fieldPos Number 1-based position of the field within the "Field List" or "Field Schema".
value String the value for the field. See ItemUpdate#getValue for details.