A service that wants to listen to events broadcasted by the TopicEventService. Such a service must be registered as ct.framework.api.EventHandler with the service property Event-Topics: ["<name of the topic>"].
ct.framework.api.EventHandler
Event-Topics: ["<name of the topic>"]
Handles a given event.
A service that wants to listen to events broadcasted by the TopicEventService. Such a service must be registered as
ct.framework.api.EventHandler
with the service propertyEvent-Topics: ["<name of the topic>"]
.