Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransportFactory

import type { TransportFactory } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
interface TransportFactory {
defaultPort?: number;
dnsResolveFn?: DnsResolveFn;
factory?: () => Transport;
urlParseFn?: URLParseFn;
}

§Properties

§
defaultPort?: number
[src]
§
dnsResolveFn?: DnsResolveFn
[src]
§
factory?: () => Transport
[src]
§
urlParseFn?: URLParseFn
[src]