Skip to main content

Module hosted_hooks

Module hosted_hooks 

Source
Expand description

Hosted hook contracts (roadmap phase 72, Task 1): tenant- or system-scoped event hooks with delivery, retry, and execution-result types. Hook URLs and headers are operator-supplied configuration; signing secrets are referenced by id only and never serialized.

Structs§

HookDelivery
One delivery attempt lifecycle for a matched event.
HookRetryPolicy
Retry policy for failed deliveries (bounded exponential backoff).
HostedAuditEnvelope
The payload a hook target receives: the canonical envelope plus the hosted actor/tenant context, attached here (rather than on every local event constructor) so local mode stays unchanged.
HostedHookDefinition

Enums§

HookDeliveryStatus
HookScope

Type Aliases§

HookDeliveryId
HookId