Normandy.Agents.Dispatch.Pipeline (normandy v1.0.0)

View Source

Carries the behaviour functions the chokepoint consults.

Summary

Types

t()

@type t() :: %Normandy.Agents.Dispatch.Pipeline{
  after_hooks: [function()],
  before_hooks: [function()],
  budget_check_fn: function(),
  budget_record_fn: function(),
  execute_fn: function(),
  policy_fn: function()
}