Uses of Class
com.lightstreamer.client.Subscription
-
Uses of Subscription in com.lightstreamer.client
Modifier and TypeMethodDescriptionLightstreamerClient.getSubscriptions()
Inquiry method that returns a list containing all the Subscription instances that are currently "active" on this LightstreamerClient.Modifier and TypeMethodDescriptionvoid
LightstreamerClient.subscribe
(Subscription subscription) Operation method that adds a Subscription to the list of "active" Subscriptions.void
LightstreamerClient.unsubscribe
(Subscription subscription) Operation method that removes a Subscription that is currently in the "active" state.