The publisher has to maintain the list of subscribers. It's easy to implement if all the subscribers are of the same type (or of the multiple pre-defined types).
But is it possible to do not specify all possible types of subscribers?
The publisher has to maintain the list of subscribers. It's easy to implement if all the subscribers are of the same type (or of the multiple pre-defined types).
But is it possible to do not specify all possible types of subscribers?