subscriptions property

HashMap<String, RPCNotification> subscriptions
getter/setter pair

All the notification where the plugin is subscribed.

Implementation

HashMap<String, RPCNotification> subscriptions = HashMap();