getSubscriptions method
Inquiry method that returns a list containing all the Subscription instances that are currently "active" on this LightstreamerClient.
Internal second-level Subscription are not included.
Returns A list, containing all the Subscription currently "active" on this LightstreamerClient.
The list can be empty.
- See subscribe
Implementation
List<Subscription> getSubscriptions() {
return _getSubscriptions().cast<Subscription>();
}