Skip to main content

Crate meerkat_hooks

Crate meerkat_hooks 

Source
Expand description

Hook runtimes (in-process, command, HTTP) and deterministic default engine.

Structs§

BackgroundDispatchLedger
Observable ledger of background dispatch skip/drop signals.
DefaultHookEngine
Deterministic hook engine used by all control surfaces.
HookExecutionPolicy
Typed owner for hook execution policy (ordering, timeout, and background queue-pressure).
HookHandlerRevision
Monotonic revision of an in-process hook handler registration.
InProcessHookHandlerId
Stable identity for an in-process hook handler registered with the runtime.
RuntimeHookResponse
Response returned by runtime adapters.

Enums§

BackgroundDispatchSignal
Typed reason a background hook publish was not delivered.
HandlerRegistrationOutcome
Outcome of registering an in-process hook handler against a stable id.

Type Aliases§

InProcessHookHandler