#include "header.hpp"
#include "messages.hpp"
#include "util/raft/util.hpp"
#include "util/serialization/util.hpp"
#include <functional>
#include <optional>
Go to the source code of this file.
Data Structures | |
class | cbdc::rpc::server< Request, Response, InBuffer, OutBuffer > |
Generic RPC server. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::rpc |
Enumerations | |
enum class | cbdc::rpc::handler_type { cbdc::rpc::blocking , cbdc::rpc::async } |
Type to distinguish between servers that implement synchronous versus asynchronous request handling. More... | |