![]() |
Diffusion C API 6.12.0
|
Structure supplied when issuing a add_request_handler() call. More...
#include <messaging.h>
Data Fields | |
| const char * | path |
| The request path to set a handler to. | |
| DIFFUSION_REQUEST_HANDLER_T * | request_handler |
| Request handler. | |
| char ** | session_properties |
| The session properties. | |
| DISCARD_HANDLER_T | on_discard |
| Callback to handle. Can be NULL. | |
| void * | context |
| User supplied context. Can be NULL. | |
Structure supplied when issuing a add_request_handler() call.