FleetHealthConstructOptions<HSelf>Tag-construction options for Tag.
modelsTag
Source src/FleetHealth.ts:1504 lines
export interface interface FleetHealthConstructOptions<HSelf = never>Tag-construction options for
Tag
.
FleetHealthConstructOptions<function (type parameter) HSelf in FleetHealthConstructOptions<HSelf = never>HSelf = never> {
readonly FleetHealthConstructOptions<HSelf = never>.node?: NodeKey<HSelf>node?: type NodeKey<HSelf> = Key<HSelf, NodeProtocol>The Context key of a
Node
(HSelf = its identity): a service whose value is the
transport
NodeProtocol
. Stored on a node-bearing tag under
nodeSym
; read by
Hyperlink.client
to resolve where to connect (its requirement channel).
NodeKey<function (type parameter) HSelf in FleetHealthConstructOptions<HSelf = never>HSelf>;
readonly FleetHealthConstructOptions<HSelf = never>.description?: string | undefineddescription?: string;
}
Referenced by 1 symbols