PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solClient_flow_rxMsgDispatchFuncInfo Struct Reference

Callback information for Flow message receive dispatch. More...

#include <solClient.h>

Data Fields

solClient_dispatchType_t dispatchType
 The type of dispatch described. More...
 
solClient_flow_rxMsgCallbackFunc_t callback_p
 An application-defined callback function; may be NULL if there is no callback. More...
 
void * user_p
 A user pointer to return with the callback; must be NULL if callback_p is NULL. More...
 
void * rfu_p
 Reserved for future use; must be NULL. More...
 

Detailed Description

Callback information for Flow message receive dispatch.

This can be set on a per-subscription basis. This structure is used with solClient_flow_topicSubscribeWithDispatch and solClient_flow_topicUnsubscribeWithDispatch.

Field Documentation

An application-defined callback function; may be NULL if there is no callback.

The type of dispatch described.

void* rfu_p

Reserved for future use; must be NULL.

void* user_p

A user pointer to return with the callback; must be NULL if callback_p is NULL.