QueueAdapter.send<T>(): Promise<string>
Send a single message to the specified queue.
data: T
Payload to send.
optional
options: SendOptions
Delivery options like delay or headers.
QueueAdapter.send<T>(): Promise<string>
Send a single message to the specified queue.
data: T
Payload to send.
options: SendOptions
Delivery options like delay or headers.
import { type QueueAdapter } from ".";