getListeners method

List<SubscriptionListener> getListeners()

Returns a list containing the SubscriptionListener instances that were added to this client.

Returns a list containing the listeners that were added to this client.

Implementation

List<SubscriptionListener> getListeners() {
   return _listeners.toList();
 }