CatapultServer  v0.5.0.1 (Elephant)
catapult::local::RecoveryOrchestrator Class Referenceabstract

Represents a recovery orchestrator. More...

Inheritance diagram for catapult::local::RecoveryOrchestrator:
Collaboration diagram for catapult::local::RecoveryOrchestrator:

Public Member Functions

virtual model::ChainScore score () const =0
 Gets the current chain score. More...
 
- Public Member Functions inherited from catapult::local::ProcessHost
virtual ~ProcessHost ()=default
 
virtual void shutdown ()=0
 Shuts down the process host. More...
 
- Public Member Functions inherited from catapult::utils::NonCopyable
constexpr NonCopyable ()=default
 Default constructor. More...
 
 ~NonCopyable ()=default
 Default destructor. More...
 
 NonCopyable (const NonCopyable &)=delete
 Disabled copy constructor. More...
 
NonCopyableoperator= (const NonCopyable &)=delete
 Disabled assignment operator. More...
 

Detailed Description

Represents a recovery orchestrator.

Member Function Documentation

◆ score()

virtual model::ChainScore catapult::local::RecoveryOrchestrator::score ( ) const
pure virtual

Gets the current chain score.


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