Skip to main content

Module stubs

Module stubs 

Source
Expand description

Stub implementations for building a Kernel (e.g. for replay-only tests). Replay does not call ActionExecutor or StepFn; policy is used only when running.

Structsยง

AllowAllPolicy
Policy that allows all actions (for replay-only Kernel).
NoopActionExecutor
Action executor that never runs (for replay-only Kernel).
NoopStepFn
Step function that always completes immediately (for replay-only Kernel).