IServerInput interface
Address of a cluster server, as supplied to the cluster membership operations ICluster.add, ICluster.remove and ICluster.find.
Signature:
export interface IServerInput
Remarks
Servers are matched by id when both sides carry one, and by host and port otherwise. This is IMessageQueueConnection without the credentials.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Host name or IP address of the server. | ||
|
string |
(Optional) Identifier used to match this server against cluster membership. When omitted, matching falls back to host and port. | ||
|
number |
TCP port the server listens on. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.