|
Clio
develop
The XRP Ledger API server.
|
Interface for the cluster communication service. More...
#include <ClusterCommunicationServiceInterface.hpp>

Public Member Functions | |
| virtual ClioNode | selfData () const =0 |
| Get the data of the current node. | |
| virtual std::expected< std::vector< ClioNode >, std::string > | clusterData () const =0 |
| Get the data of all nodes in the cluster (including self). | |
Interface for the cluster communication service.
|
nodiscardpure virtual |
Get the data of all nodes in the cluster (including self).
Implemented in cluster::ClusterCommunicationService.
|
nodiscardpure virtual |
Get the data of the current node.
Implemented in cluster::ClusterCommunicationService.