Skip to main content

Module webhook_lifecycle

Module webhook_lifecycle 

Source
Expand description

Webhook-based subscription lifecycle hooks.

Sends HTTP POST requests to configured URLs on subscription lifecycle events. on_connect and on_subscribe are fail-closed (timeout → reject). on_disconnect and on_unsubscribe are fire-and-forget.

Structs§

WebhookLifecycle
Subscription lifecycle hooks that call external HTTP endpoints.