RTCForge API Reference v1.1.1
    Preparing search index...

    Interface NodeInfo

    Descriptor for a node participating in cluster membership.

    interface NodeInfo {
        address?: string;
        id: string;
        metadata?: Record<string, string>;
        region?: string;
    }
    Index

    Properties

    address?: string

    Optional network address other nodes use to reach this one.

    id: string

    Unique node identifier.

    metadata?: Record<string, string>

    Optional free-form string metadata (e.g. capabilities, version).

    region?: string

    Optional geographic or logical region the node belongs to.