onProcessed method
Event handler that is called by Lightstreamer when the related message has been processed by the Server with success.
originalMessagethe message to which this notification is related.responsethe response from the Metadata Adapter. If not supplied (i.e. supplied as null), an empty message is received here.
Implementation
void onProcessed(String originalMessage, String response) {}