Diffusion C API  6.10.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
svc_missing_topic_request_s Struct Reference

Structure of a request to register for missing topic notifications. More...

Data Fields

SESSION_ID_Tsession_id
 The session id of the client making the request for the topic.
 
HASH_Tsession_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. More...
 
LIST_T * server_names
 List of the names of the server through which the notification has been routed. More...
 
CONVERSATION_ID_Tconversation_id
 The conversation ID to use in the response message.
 

Detailed Description

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.

Field Documentation

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.

char* svc_missing_topic_request_s::topic_selector

Register for notifications of missing topics that match this topic selector.


The documentation for this struct was generated from the following file: