Type Definitions
- 
    
FunctionLogConsumer(message)
 - 
Callback for FunctionAppender
Parameters:
Name Type Description messageString 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)
 - 
Callback for ItemUpdate#forEachChangedField and ItemUpdate#forEachField
Parameters:
Name Type Description fieldNameString of the involved changed field. If the related Subscription was initialized using a "Field Schema" it will be null. fieldPosNumber 1-based position of the field within the "Field List" or "Field Schema". valueString the value for the field. See ItemUpdate#getValue for details.