Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface TransportFactory
import { type TransportFactory } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Properties

optional
factory: () => Transport
optional
defaultPort: number
optional
urlParseFn: URLParseFn
optional
dnsResolveFn: DnsResolveFn