Refactor: Move original ServiceStatus
interface methods to a new interface
#575
Labels
Block Node
Issues/PR related to the Block Node.
Problem
ServiceStatus was originally created to support internal status of the web server, now is being used to also communicate system BN data within different parts of the system, potentially in the future growing some more when the
ServerStatus API
gets implemented. api.Solution
We should create a new interface (perhaps called
WebServerStatus
) with an implementation class to house the original methods specific to the health of the webserver itself:Alternatives
No response
The text was updated successfully, but these errors were encountered: