A Junction endpoint.

interface EndpointProps {
    hostname: string;
    retry?: RetryPolicy;
    scheme: string;
    sockAddr: SockAddr;
    timeouts?: Timeouts;
}

Implemented by

Properties

hostname: string
retry?: RetryPolicy
scheme: string
sockAddr: SockAddr
timeouts?: Timeouts