MCPcopy Create free account
hub / github.com/cloudflare/computer / send

Method send

examples/think/worker-configuration.d.ts:1932–1932  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

1930interface Queue<Body = unknown> {
1931 metrics(): Promise<QueueMetrics>;
1932 send(message: Body, options?: QueueSendOptions): Promise<QueueSendResponse>;
1933 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<QueueSendBatchResponse>;
1934}
1935interface QueueSendMetrics {

Callers 3

constructorMethod · 0.65
sendMethod · 0.65
onConnectMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected