Agent Config
@Serializable
Agent Configuration
Describes the structure of a local agent configuration rendezvous file.
Parameters
pid
Process ID where the Buildless Agent is running.
port
TCP port where the Agent service is listening.
socket
Unix domain socket where the Agent service is listening (if enabled).
control
Coordinates for the Agent control service.
Constructors
Link copied to clipboard
constructor(pid: Int, port: Int, socket: String? = null, control: AgentConfig.AgentEndpoint? = null)