reduce_hook_results(
invocation: HookInvocation,
results: Iterable[HandlerResult],
*,
diagnostics: Iterable[| Name | Type | Description |
|---|---|---|
invocation* | HookInvocation | |
results* | Iterable[HandlerResult] | |
diagnostics | Iterable[HookDiagnostic] | Default: () |
Reduce ordered handler results into an event-specific decision.
Native event being processed.
Handler results in configuration order.
Snapshot or orchestration diagnostics to retain.