Skip to main content
Latest
interface ISocketFactoryArgs
import { type ISocketFactoryArgs } from "https://deno.land/x/kafkasaur@v0.0.7/index.d.ts";

Properties

host: string
port: number
ssl: any
onConnect: () => void