E2eInspectCapability class
Performs the only circuit verdict conversion from typed inspection.
Constructors
- E2eInspectCapability(E2eService service)
-
Creates the adapter.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → E2eService
-
Shared service.
final
Methods
-
createAllocation(
AllocationInputs inputs) → Allocation -
The default
Allocationfor an async service body (ADR-0009 D6) — theServiceAllocation/JobAllocationconvenience: start-runs, no adopt/ detach/update, respawn-or-skip.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
TreeContext context, StepArgs args) → Future< StepOutcome> -
Runs the capability body, resolving to its outcome. The host maps the
outcome to a cursor write through the chokepoint. Read ambient values from
contextat entry; after every await, checkStepArgs.cancelbefore touching the context again. -
supervisionPolicy(
StepArgs args) → SupervisionPolicy -
This capability's per-kind supervision declaration.
inherited
-
teardown(
StepArgs args) → Future< void> -
Idempotent cleanup on unmount. Defaults to a no-op. Dispose-path: NO tree
context (see
ProcessCapability.teardown).inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited