Types

@system-inc/base-foundation · 515c140 · 2 symbols

The options that can be used to send a message to the worker queue.

These options are derived from the Cloudflare Worker's MessageSendRequest type.

WorkerQueueMessageOptions: Omit<MessageSendRequest, "body">

View source ↗

A message that has been received by a woker queue and will processed by a WorkerQueueProcessor.

This interface extends the Message interface from the Cloudflare Workers Types.

WorkerQueueProcessorMessage: Message<WorkerQueueMessage<PayloadType>>

View source ↗

Types • Documentation • Base