How to offer and subscribe to a topic

Topics provide a convenient way of realize a publish-subscribe mechanism. This is useful if the number of recievers may vary. There might be 0, 1 or multiple components that implement an interface and hence retrieve the published data.

Further details can be found in Distributed Processing.