Skip to main content
Latest
interface QueueBind
implements QueueBindArgs
import { type QueueBind } from "https://deno.land/x/amqp@v0.24.0/src/amqp_types.ts";

Properties

ticket: number
queue: string
exchange: string
routingKey: string
nowait: boolean
arguments: Record<string, unknown>