![]() |
Diffusion C API 6.12.1
|
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. | |
Structure supplied when issuing a send_request_to_filter() call.