Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
jrpc
custom_json_writer.hpp
jrpc_handle_batch.cpp
jrpc_handle_batch.hpp
jrpc_method.hpp
jrpc_processor.hpp
jrpc_server.hpp
jrpc_server_impl.cpp
jrpc_server_impl.hpp
value_converter.hpp
service
transport
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
jrpc_processor.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CORE_API_JRPC_JRPC_PROCESSOR_HPP
7
#define KAGOME_CORE_API_JRPC_JRPC_PROCESSOR_HPP
8
9
#include <boost/noncopyable.hpp>
10
11
namespace
kagome::api
{
15
class
JRpcProcessor
:
private
boost::noncopyable {
16
public
:
17
virtual
~JRpcProcessor
() =
default
;
18
22
virtual
void
registerHandlers
() = 0;
23
};
24
}
// namespace kagome::api
25
26
#endif // KAGOME_CORE_API_JRPC_JRPC_PROCESSOR_HPP
kagome::api::JRpcProcessor
Definition:
jrpc_processor.hpp:15
kagome::api::JRpcProcessor::registerHandlers
virtual void registerHandlers()=0
registers callbacks for jrpc request
kagome::api::JRpcProcessor::~JRpcProcessor
virtual ~JRpcProcessor()=default
kagome::api
Definition:
custom_json_writer.hpp:23
core
api
jrpc
jrpc_processor.hpp
Generated by
1.8.11