Packages
Typed distributed messaging for Gleam on the BEAM.
Current section
Files
Jump to
Current section
Files
include/distribute@cluster_ClusterHealth.hrl
-record(cluster_health, {
self_node :: binary(),
is_distributed :: boolean(),
connected_nodes :: list(binary()),
connected_count :: integer(),
reachable_nodes :: list(binary()),
unreachable_nodes :: list(binary())
}).