Class of parsed notification.
More...
#include <msgpack_rpc/messages/parsed_notification.h>
Class of parsed notification.
Definition at line 32 of file parsed_notification.h.
◆ ParsedNotification()
Constructor.
- Parameters
-
[in] | method_name | Method name. |
[in] | parameters | Parameters. |
Definition at line 40 of file parsed_notification.h.
◆ method_name()
MethodNameView msgpack_rpc::messages::ParsedNotification::method_name |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ parameters()
const ParsedParameters & msgpack_rpc::messages::ParsedNotification::parameters |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ method_name_
MethodNameView msgpack_rpc::messages::ParsedNotification::method_name_ |
|
private |
◆ parameters_
The documentation for this class was generated from the following file: