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

Structure supplied when issuing a send_request_to_filter() call. More...

Data Fields

const char * path
 The request path to send the request to.
 
const char * filter
 The session filter expression.
 
DIFFUSION_DATATYPE request_datatype
 The datatype of the request.
 
DIFFUSION_DATATYPE response_datatype
 The datatype of the response to be received.
 
BUF_T * request
 Request to send.
 
filtered_request_number_sent on_number_sent
 Callback when the request has been dispatched to all matching sessions. More...
 
filtered_request_on_response on_response
 Callback when a response is received.
 
filtered_request_on_response_error on_response_error
 Callback when an error response is received.
 
ERROR_HANDLER_T on_error
 Callback to handle errors. Can be NULL.
 
DISCARD_HANDLER_T on_discard
 Callback to handle. Can be NULL.
 
void * context
 User supplied context. Can be NULL.
 

Detailed Description

Structure supplied when issuing a send_request_to_filter() call.

Field Documentation

filtered_request_number_sent send_request_to_filter_params_s::on_number_sent

Callback when the request has been dispatched to all matching sessions.


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