userver: components::State::ComponentWithHealth Struct Reference
Loading...
Searching...
No Matches
components::State::ComponentWithHealth Struct Reference

#include <userver/components/state.hpp>

Detailed Description

Component name together with its current health.

Definition at line 116 of file state.hpp.

Public Attributes

std::string_view name
ComponentHealth health

Member Data Documentation

◆ health

ComponentHealth components::State::ComponentWithHealth::health

Definition at line 118 of file state.hpp.

◆ name

std::string_view components::State::ComponentWithHealth::name

Definition at line 117 of file state.hpp.


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