Registry that holds references to all the created topics.
Singleton design pattern. To get the instance use
See
this.load()
Note: This singleton way is bad, because it is bound to happen, that someone just calls the
constructor which will not create the registry if it does not exist, which will lead to errors.
Registry that holds references to all the created topics.
Singleton design pattern. To get the instance use
See
this.load() Note: This singleton way is bad, because it is bound to happen, that someone just calls the constructor which will not create the registry if it does not exist, which will lead to errors.