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

Properties

token: string
requestSubject: string
received: number

Methods

resolver(err: Error | null, msg: Msg): void
cancel(err?: NatsError): void