Stratal API Reference
    Preparing search index...

    Class CloudflareQueueProvider

    Cloudflare Queue Provider

    Sends messages to Cloudflare Queues by resolving bindings from the environment. Used in production environments where Cloudflare Workers handle queue processing.

    Binding Resolution: Queue names are converted to binding names:

    • notifications-queueNOTIFICATIONS_QUEUE
    const provider = new CloudflareQueueProvider(env)
    await provider.send('notifications-queue', message)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods