Diffusion C API 6.12.1
Loading...
Searching...
No Matches
send_request_to_filter_params_s Struct Reference

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

#include <messaging.h>

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.
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.


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