ALF.IP (alf v0.12.0) View Source

Defines internal pipeline struct

Link to this section Summary

Link to this section Types

Specs

t() :: %ALF.IP{
  composed: boolean(),
  debug: boolean(),
  destination: pid(),
  event: any(),
  history: list(),
  init_event: any(),
  pipeline_module: atom(),
  plugs: map(),
  ref: reference(),
  stream_ref: reference() | nil,
  sync_path: nil | list(),
  type: :ip
}