Browse Events Webhooks

stable · overview · 0.1.0

Events & Webhooks

接收狀態變更

Events & Webhooks 以版本化的 Domain Event envelope 傳遞 MiniCenter 狀態變更。交付採 at-least-once,因此 consumer 必須依事件 id 去重,並依 stream 的 sequence 檢查順序。

先依照接收 Domain Event Webhook完成整合,再從 Event Reference 核對 canonical schema。

適合使用的時機

  • 你需要在 MiniCenter 狀態變更後更新自己的系統。
  • 你需要可重試、可去重且具版本的非同步整合。

不適合使用的時機

如果呼叫端必須立即取得結果,請使用對應 Capability Domain 的同步 API。

Guides

Event Reference