CatapultServer  v0.5.0.1 (Elephant)
Broker.cpp File Reference
Include dependency graph for Broker.cpp:

Namespaces

 catapult
 
 catapult::local
 

Functions

std::unique_ptr< Broker > catapult::local::CreateBroker (std::unique_ptr< extensions::ProcessBootstrapper > &&pBootstrapper)
 Creates and boots a broker around the specified bootstrapper (pBootstrapper). More...
 

Variable Documentation

◆ m_catapultCache

cache::CatapultCache m_catapultCache
private

◆ m_dataDirectory

config::CatapultDataDirectory m_dataDirectory
private

◆ m_pBlockChangeSubscriber

std::unique_ptr<io::BlockChangeSubscriber> m_pBlockChangeSubscriber
private

◆ m_pBootstrapper

std::unique_ptr<extensions::ProcessBootstrapper> m_pBootstrapper
private

◆ m_pluginManager

plugins::PluginManager& m_pluginManager
private

◆ m_pluginModules

std::vector<plugins::PluginModule> m_pluginModules
private

◆ m_pPtChangeSubscriber

std::unique_ptr<cache::PtChangeSubscriber> m_pPtChangeSubscriber
private

◆ m_pStateChangeSubscriber

std::unique_ptr<subscribers::StateChangeSubscriber> m_pStateChangeSubscriber
private

◆ m_pTransactionStatusSubscriber

std::unique_ptr<subscribers::TransactionStatusSubscriber> m_pTransactionStatusSubscriber
private

◆ m_pUtChangeSubscriber

std::unique_ptr<cache::UtChangeSubscriber> m_pUtChangeSubscriber
private