interface QueueSendOptions
Since 0.2.0

Options for IQueueProducer.send.

Properties

readonly
optional
contentType: "json" | "text" | "bytes" | "v8"

How the body is serialized. Defaults to 'json'.

readonly
optional
delaySeconds: number

Delivery delay in seconds, from 0 to 86400.

Usage

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