ark::serialization::RpcService

Defined in header “ark/serialization/rbuf_types.hh”.


An RPC service this is a collection of RPC declarations, and can be used to generate code that executes remote procedure calls.

Variables

  • std::string name
    The name of the service.

  • std::string object_namespace
    The namespace this service resides in.

  • std::vector< RpcDeclaration > functions
    All of the RPC functions that can be invoked.

  • std::vector< std::string > comments
    A list of comments for this service.