#include <server.h>
Definition at line 90 of file server.h.
◆ Actor
RPC method handler reading request and assigning result.
Should return true if request is fully handled, false if it should be passed on to subsequent handlers.
Definition at line 96 of file server.h.
◆ CRPCCommand() [1/2]
CRPCCommand::CRPCCommand |
( |
std::string |
category, |
|
|
std::string |
name, |
|
|
Actor |
actor, |
|
|
std::vector< std::string > |
args, |
|
|
intptr_t |
unique_id |
|
) |
| |
|
inline |
Constructor taking Actor callback supporting multiple handlers.
Definition at line 99 of file server.h.
◆ CRPCCommand() [2/2]
CRPCCommand::CRPCCommand |
( |
std::string |
category, |
|
|
std::string |
name_in, |
|
|
RpcMethodFnType |
fn, |
|
|
std::vector< std::string > |
args_in |
|
) |
| |
|
inline |
Simplified constructor taking plain RpcMethodFnType function pointer.
Definition at line 106 of file server.h.
◆ actor
◆ argNames
std::vector<std::string> CRPCCommand::argNames |
◆ category
std::string CRPCCommand::category |
◆ name
std::string CRPCCommand::name |
◆ unique_id
intptr_t CRPCCommand::unique_id |
The documentation for this class was generated from the following file: