onError method

void onError(
  1. String originalMessage
)

Event handler that is called by Lightstreamer when the related message has been processed by the Server but the processing has failed for any reason.

The level of completion of the processing by the Metadata Adapter cannot be determined.

  • originalMessage the message to which this notification is related.

Implementation

void onError(String originalMessage) {}