QueueFunctionsReceiveVersion: NextOn this pageReceivereceive @commandkit/queueindex.ts Receive a message from a topic. Signaturefunction receive<T>(topic: string, handler: (message: T) => Awaitable<void>): Promise<void> Parameters topic parameterstring handler parameter(message: T) => Awaitable<void>