Federation.processQueuedTask(contextData: TContextData,message: Message,): Promise<void>
Processes a queued message task. This method handles different types of tasks such as fanout, outbox, and inbox messages.
Note that you usually do not need to call this method directly unless you are deploying your federated application on a platform that does not support long-running processing, such as Cloudflare Workers.
message: Message
The message that represents the task to be processed.
Promise<void>
A promise that resolves when the message has been processed.