# Notifier モジュール

## 概要

Diarkis Notifier は、サーバーからすべての接続された Diarkis クライアント・デバイスにメッセージを送信します。Diarkis Notifier のユニークなデザインにより、Diarkis サーバー・クラスターはすべての接続されたデバイスに遅延なくメッセージを送信し、サーバー負荷の増加も全くありません。

このモジュールは、接続されたユーザー・クライアントに一斉に通知する必要がある場合に便利です。

詳細な技術情報については、[こちらの API リファレンス](https://docs.diarkis.io/docs/server/current/diarkis/server/index.html#NotificationService)をご覧ください。

従来、このような機能は、数百万の接続デバイスに一斉にメッセージを配信するために大規模なサーバー・リソースを必要としました。さらに、この種の機能は通常、メッセージ配信の遅延を引き起こし、その問題を軽減することは技術的に困難です。

Diarkis Notifier は、上記の問題をすべて解決します。このモジュールは、サーバーからクライアントへのメッセージを送信するため、一方向のメッセージング・システムとなります。したがって、クライアント間の通信や同期には適していません。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.diarkis.io/diarkis-modules/notifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
