-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Right now, the leaf subscriber classes accept a kinds parameter and use that to create a Subscription object to pass to the superclass initialiser.
It is weird that the base class initialiser's parameters are not a proper subset of the inheriting classes' initialisers.
Proposed Solution
- accept
kinds,tag, andsubsampleparameters in baseSubscriberinitialiser, and instantiateSubscriptionthere. - … not sure what else
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels