EscalationHandler class abstract interface

The DOMAIN target of an Escalate verdict (ADR-0008 Decision 5). The engine RAISES; the bound handler DECIDES. Bound per-substation via ServiceBundle.escalation — UNBOUND ⇒ HumanGate, the M5 D-7 default. The engine hardcodes no authority: a parent-router / governor-queue handler drops in HERE with no engine change.

A handler never writes (invariant 2) and never touches the tree — it receives VALUES and returns a DECISION the ONE router effects through the chokepoint. It MAY do out-of-band I/O (POST to a queue) before deciding.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
This handler's id — recorded on the step.escalated flare (the audit record of WHO the work was raised to).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

escalate(EscalationRequest request) Future<EscalationDecision>
Decides how request is absorbed. A THROWING handler routes the node to SUPERVISION (the per-work fail-closed posture, ADR-0008 Decision 10).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited