onDiscarded method

void onDiscarded(
  1. String originalMessage
)

Event handler that is called by Lightstreamer to notify that the related message has been discarded by the Server.

This means that the message has not reached the Metadata Adapter and the message next in the sequence is considered enabled for processing.

  • originalMessage the message to which this notification is related.

Implementation

void onDiscarded(String originalMessage) {}