Spectre.Pipeline.Spec (Spectre v0.3.0)

Copy Markdown View Source

Initialized router plug declaration.

The executor stores initialized state alongside the module so custom plugs can perform setup in init/1 and keep call/2 focused on per-turn routing.

Summary

Types

t()

@type t() :: %Spectre.Pipeline.Spec{module: module(), state: term()}