Queue
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:2242
Type Parameters
Section titled “Type Parameters”Body = unknown
Methods
Section titled “Methods”send()
Section titled “send()”send(
message,options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:2243
Parameters
Section titled “Parameters”message
Section titled “message”Body
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
sendBatch()
Section titled “sendBatch()”sendBatch(
messages,options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:2244
Parameters
Section titled “Parameters”messages
Section titled “messages”Iterable<MessageSendRequest<Body>>
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>