|
ORE Studio 0.0.4
|
Information about an available event channel. More...
#include <event_channel_info.hpp>

Public Attributes | |
| std::string | name |
| The fully qualified event channel name. | |
| std::string | description |
| Human-readable description of the event channel. | |
Information about an available event channel.
Describes an event type that clients can subscribe to for notifications.
| std::string name |
The fully qualified event channel name.
Uses the pattern: ores.<module>.<event_name> Example: "ores.refdata.currency_changed"
| std::string description |
Human-readable description of the event channel.
Example: "Currency data modified"