onProcessed method

void onProcessed(
  1. String originalMessage,
  2. String response
)

Event handler that is called by Lightstreamer when the related message has been processed by the Server with success.

  • originalMessage the message to which this notification is related.
  • response the 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) {}