Encapsulates an RPC request directed to a location for subsequent execution via the function operator. More...
Public Member Functions | |
constexpr | location_rpc_request (const size_type size) noexcept |
location_rpc_request (location_rpc_request const &)=delete | |
location_rpc_request & | operator= (location_rpc_request const &)=delete |
constexpr size_type | size (void) const noexcept |
size_type & | size (void) noexcept |
virtual bool | operator() (location_md &, message_shared_ptr &)=0 |
Public Types | |
using | size_type = std::size_t |
Encapsulates an RPC request directed to a location for subsequent execution via the function operator.
location_rpc_request objects package all information for buffering and transfer.
The 'header' contains the size of the request. The 'body' (derived class) has the desired function and any arguments required to invoke it.