Queue
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1913
Type Parameters
Section titled “Type Parameters”Body = unknown
Methods
Section titled “Methods”send()
Section titled “send()”send(
message,options?):Promise<void>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1914
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: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:1915
Parameters
Section titled “Parameters”messages
Section titled “messages”Iterable<MessageSendRequest<Body>>
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>