message_handler_entry Struct Reference
#include <service.h>
Public Member Functions |
|
| message_handler_entry (const wisp_message_protocol protocol, const wisp_message_id id, const message_handler_type &message_handler) | |
Public Attributes |
|
| wisp_message_protocol | protocol |
| wisp_message_id | id |
| message_handler_type | handle_message |
Detailed Description
Definition at line 70 of file service/service.h.
Constructor & Destructor Documentation
§ message_handler_entry()
|
inline |
Definition at line 75 of file service/service.h.
References id, protocol, and wisp_message_protocol.
Referenced by ServiceProtocolProcessor< PackingTraits >::set_request_handler(), and ServiceProtocolProcessor< PackingTraits >::set_response_handler().
Member Data Documentation
§ handle_message
| message_handler_type message_handler_entry::handle_message |
Definition at line 73 of file service/service.h.
§ id
| wisp_message_id message_handler_entry::id |
Definition at line 72 of file service/service.h.
Referenced by message_handler_entry().
§ protocol
| wisp_message_protocol message_handler_entry::protocol |
Definition at line 71 of file service/service.h.
Referenced by message_handler_entry(), and Service< EH >::state().
The documentation for this struct was generated from the following file:
Copyright © 2006-2012 Savarese Software Research Corporation. All rights reserved.
Copyright © 2017 Savarese Software Research Corporation. All rights reserved