Interfaces

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

Represents a message that will be sent to a worker queue.

Members

  • payload: PayloadType

  • type: string

View source ↗

A WorkerQueueProcessor is responsible for processing messages that are submitted to a WorkerQueue.

Members

View source ↗

Settings related to queues for the Base Worker.

Members

  • bindings?: string[]

    Queue bindings that the Base Worker will have access to. These are the queues that the Base Worker will produce messages to.

View source ↗