Kagome
Polkadot Runtime Engine in C++17
kagome::api::system::SystemJrpcProcessor Class Reference

#include <system_jrpc_processor.hpp>

Inheritance diagram for kagome::api::system::SystemJrpcProcessor:
Collaboration diagram for kagome::api::system::SystemJrpcProcessor:

Public Member Functions

 SystemJrpcProcessor (std::shared_ptr< JRpcServer > server, std::shared_ptr< SystemApi > api)
 
 ~SystemJrpcProcessor () override=default
 
void registerHandlers () override
 registers callbacks for jrpc request More...
 
- Public Member Functions inherited from kagome::api::JRpcProcessor
virtual ~JRpcProcessor ()=default
 

Private Attributes

std::shared_ptr< SystemApiapi_
 
std::shared_ptr< JRpcServerserver_
 

Detailed Description

Definition at line 16 of file system_jrpc_processor.hpp.

Constructor & Destructor Documentation

kagome::api::system::SystemJrpcProcessor::SystemJrpcProcessor ( std::shared_ptr< JRpcServer server,
std::shared_ptr< SystemApi api 
)

Definition at line 20 of file system_jrpc_processor.cpp.

kagome::api::system::SystemJrpcProcessor::~SystemJrpcProcessor ( )
overridedefault

Member Function Documentation

void kagome::api::system::SystemJrpcProcessor::registerHandlers ( )
overridevirtual

registers callbacks for jrpc request

Implements kagome::api::JRpcProcessor.

Definition at line 30 of file system_jrpc_processor.cpp.

Member Data Documentation

std::shared_ptr<SystemApi> kagome::api::system::SystemJrpcProcessor::api_
private

Definition at line 25 of file system_jrpc_processor.hpp.

std::shared_ptr<JRpcServer> kagome::api::system::SystemJrpcProcessor::server_
private

Definition at line 26 of file system_jrpc_processor.hpp.


The documentation for this class was generated from the following files: