A node-graph policy: the request/response pipeline the gateway executes for a matched route.
Compiled into a CompiledGraph and executed with success/error port routing by src/graph/engine.rs.
Directed connections between node ports.
Optional
Optional id of the node the engine jumps to on unrouted errors.
Unique policy name, referenced by Route.policy.
Plugin instances making up the graph.
A node-graph policy: the request/response pipeline the gateway executes for a matched route.
Remarks
Compiled into a CompiledGraph and executed with success/error port routing by src/graph/engine.rs.