コンテンツにスキップ

用語集

Cloudflareのキューに関するドキュメントで使用される用語の定義を確認してください。

Term Definition
queue

A queue is a buffer or list that automatically scales as messages are written to it, and allows a consumer Worker to pull messages from that same queue.

producer

A producer is the term for a client that is publishing or producing messages on to a queue.

consumer

A consumer is the term for a client that is subscribing to or consuming messages from a queue.