AgentEndpoint

@Serializable
data class AgentEndpoint(val port: Int, val socket: String? = null)(source)

Describes a single agent endpoint.

Parameters

port

Port where a service is listening.

socket

Unix domain socket where a service is listening (if enabled).

Constructors

Link copied to clipboard
constructor(port: Int, socket: String? = null)

Properties

Link copied to clipboard
val port: Int
Link copied to clipboard
val socket: String? = null