Compares two Item instances and declares them as equal if all of the
following conditions apply:
the instances refer to the same information Item;
all subscription preferences coincide;
neither Item has been set as unique.
If set to true, data streaming is simulated through a polling
mechanism, that is a sequence of synchronous connections to the Server,
each of which will receive the currently available updates.
Specifies a subscription Item, that is, an information Item supplied by
Lightstreamer Server through a Data Adapter, together with subscription
preferences.
Offers an extended interface to Lightstreamer Server, which leans upon
the LSClient interface layer and hides Server interactions, in order to
offer a more abstract view of the subscription to pushing informations.
Notifies that some Updates for a RAW or COMMAND Item
(or MERGE or DISTINCT Item with unfiltered dispatching requested)
have been lost (for COMMAND mode with filtering allowed, this applies
to ADD and DELETE events only).
Notifies that an automatic reconnection attempts loop has been ended
without success because of a subsequent startPushConnection or
stopPushConnection call in some other thread, that has made the
reconnection attempts loop obsolete.
Signals the completion of the Snapshot for an Item that has been
previously subscribed with DISTINCT (provided that a snapshot length
has been specified) or COMMAND (with filtering allowed) subscription
mode.
Deprecated.Operating on the bandwidth constraint should be enough
to slow-down the data flow. In extreme cases, polling mode and a high
ConnectionInfo.pollingMillis can be used.
Deprecated.Operating on the bandwidth constraint should be enough
to slow-down the data flow. In extreme cases, polling mode and a high
ConnectionInfo.pollingMillis can be used.