onCommandSecondLevelItemLostUpdates method

void onCommandSecondLevelItemLostUpdates(
  1. int lostUpdates,
  2. String key
)

Event handler that is called by Lightstreamer to notify that, due to internal resource limitations, Lightstreamer Server dropped one or more updates for an item that was subscribed to as a second-level subscription.

Such notifications are sent only if the Subscription was configured in unfiltered mode (second-level items are always in "MERGE" mode and inherit the frequency configuration from the first-level Subscription).
By implementing this method it is possible to perform recovery actions.

Implementation

void onCommandSecondLevelItemLostUpdates(int lostUpdates, String key) {}