ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
event_channel_info Struct Referencefinal

Information about an available event channel. More...

#include <event_channel_info.hpp>

Collaboration diagram for event_channel_info:
Collaboration graph

Public Attributes

std::string name
 The fully qualified event channel name.
 
std::string description
 Human-readable description of the event channel.
 

Detailed Description

Information about an available event channel.

Describes an event type that clients can subscribe to for notifications.

Member Data Documentation

◆ name

std::string name

The fully qualified event channel name.

Uses the pattern: ores.<module>.<event_name> Example: "ores.refdata.currency_changed"

◆ description

std::string description

Human-readable description of the event channel.

Example: "Currency data modified"