Preparing search index...
The search index is not available
@junction-labs/client
@junction-labs/client
core
EndpointProps
Interface EndpointProps
A Junction endpoint.
interface
EndpointProps
{
hostname
:
string
;
retry
?:
RetryPolicy
;
scheme
:
string
;
sockAddr
:
SockAddr
;
timeouts
?:
Timeouts
;
}
Implemented by
Endpoint
Index
Properties
hostname
retry?
scheme
sock
Addr
timeouts?
Properties
Readonly
hostname
hostname
:
string
Optional
Readonly
retry
retry
?:
RetryPolicy
Readonly
scheme
scheme
:
string
Readonly
sock
Addr
sockAddr
:
SockAddr
Optional
Readonly
timeouts
timeouts
?:
Timeouts
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hostname
retry
scheme
sock
Addr
timeouts
@junction-labs/client
Loading...
A Junction endpoint.