Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface BenchOpts
import { type BenchOpts } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Properties

optional
callbacks: boolean
optional
msgs: number
optional
size: number
optional
subject: string
optional
asyncRequests: boolean
optional
pub: boolean
optional
sub: boolean
optional
rep: boolean
optional
req: boolean