MCPcopy Create free account
hub / github.com/fmhy/edit / sendBatch

Method sendBatch

api/worker-configuration.d.ts:2348–2348  ·  view source on GitHub ↗
(
    messages: Iterable<MessageSendRequest<Body>>,
    options?: QueueSendBatchOptions
  )

Source from the content-addressed store, hash-verified

2346 metrics(): Promise<QueueMetrics>
2347 send(message: Body, options?: QueueSendOptions): Promise<QueueSendResponse>
2348 sendBatch(
2349 messages: Iterable<MessageSendRequest<Body>>,
2350 options?: QueueSendBatchOptions
2351 ): Promise<QueueSendBatchResponse>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected