interface QueueHandlerOptions
Since 0.2.0

Options for createQueueHandler.

Properties

readonly
optional
name: string

Which queue instance to dispatch into, matching CloudflarePluginOptions.queue.name. Omitted resolves the bare CAPABILITIES.QUEUE token.

Usage

import { type QueueHandlerOptions } from "cloudflare-plugin/src/index.ts";