Skip to content

Commit

Permalink
Update response-objects.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MomentoBigFun authored Sep 5, 2024
1 parent 720f8a2 commit 9abfd11
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ Momento Leaderboards サービスの呼び出しで発生したエラーは、

### Subscription

Momento トピックの購読が成功したことを示します。言語によっては、コールバック関数や、新しい購読アイテムのポーリングに使用できるイテレータが提供される場合があります
Momento トピックのサブスクリプションに成功したことを示します

利用可能なメソッドは以下の通り:

- `unsubscribe()`: void - トピックのサブスクリプションを終了します。

言語によっては、アイテム、ハートビート、不連続などの新しいサブスクリプションイベントを受け取るために、コールバック関数やイテレータを使用することができます:
- アイテムは文字列またはバイトメッセージ、トピックシーケンス番号、一意なトークン識別子があればそれを含みます([learn more](https://www.gomomento.com/blog/momento-topics-just-got-more-secure-introducing-embedded-token-identifiers))。
- ハートビートは、接続がまだアクティブであることを示します。
- 不連続は、サブスクリプションに中断があり、いくつかのメッセー ジがスキップされたかもしれないことを示します。

### ListWebhooks

Expand Down

0 comments on commit 9abfd11

Please sign in to comment.