![]() |
Diffusion C API 6.11.5
|
Structure of a request to register for missing topic notifications. More...
#include <topic-control.h>
Data Fields | |
SESSION_ID_T * | session_id |
The session id of the client making the request for the topic. | |
HASH_T * | session_properties |
The session properties of the client making the request for the topic. | |
char * | topic_selector |
Register for notifications of missing topics that match this topic selector. | |
LIST_T * | server_names |
List of the names of the server through which the notification has been routed. | |
CONVERSATION_ID_T * | conversation_id |
The conversation ID to use in the response message. | |
Structure of a request to register for missing topic notifications.
Notification that a session has made a subscription request using a selector that does not match any topics.
LIST_T* svc_missing_topic_request_s::server_names |
List of the names of the server through which the notification has been routed.
The first name in the list will be the name of the server to which the originating session was connected. If the notification was routed through remote server connections before reaching the recipient then those servers will also be listed in the order that the notification passed through them.