Queue
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1920
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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1921
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.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1922
Parameters
Section titled “Parameters”messages
Section titled “messages”Iterable
<MessageSendRequest
<Body
>>
options?
Section titled “options?”Returns
Section titled “Returns”Promise
<void
>