ServiceEndpoint interface

Represents an endpoint for agent invocation

Properties

host

The host address

port

The port number

protocol

The protocol (e.g., http, https)

Property Details

host

The host address

host: string

Property Value

string

port

The port number

port?: number

Property Value

number

protocol

The protocol (e.g., http, https)

protocol?: string

Property Value

string