ExecutionPlane.Kernel.DispatchPlan (execution_plane v0.1.0)

Copy Markdown View Source

Minimal Wave 1 dispatch plan produced from a validated route and lower intent.

Summary

Types

t()

@type t() :: %ExecutionPlane.Kernel.DispatchPlan{
  family: String.t(),
  intent: struct(),
  placement_surface: struct() | nil,
  protocol: String.t(),
  protocol_module: module(),
  route: struct(),
  route_id: String.t(),
  timeout_ms: pos_integer()
}