Reactor.Process.Dsl.TerminateChild (reactor_process v0.4.2)

View Source

A terminate_child DSL entity for the Reactor.Process DSL extension.

Summary

Types

t()

@type t() :: %Reactor.Process.Dsl.TerminateChild{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  child_id: Reactor.Template.t(),
  description: nil | String.t(),
  fail_on_not_found?: boolean(),
  guards: [Reactor.Guard.Build.t()],
  module: module(),
  name: any(),
  restart_on_undo?: boolean(),
  supervisor: Reactor.Template.t() | Supervisor.supervisor()
}