Adds a subscription keyed by an event type.
Returns the array of subscriptions that are currently registered for the given event type.
Note: This array can be potentially sparse as subscriptions are deleted from it when they are removed.
Removes a bulk set of the subscriptions.
Optional name of the event type whose registered supscriptions to remove, if null remove all subscriptions.
Removes a specific subscription. Instead of calling this function, call
subscription.remove()
directly.
Generated using TypeDoc
EventSubscriptionVendor stores a set of EventSubscriptions that are subscribed to a particular event type.