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

View Source

The start_link DSL entity for the Reactor.Process DSL extension.

Summary

Types

t()

@type t() :: %Reactor.Process.Dsl.StartLink{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  child_spec: Reactor.Process.Dsl.ChildSpec.t(),
  description: nil | String.t(),
  fail_on_already_started?: boolean(),
  fail_on_ignore?: boolean(),
  guards: [Reactor.Guard.Build.t()],
  name: any(),
  terminate_on_undo?: boolean(),
  termination_reason: any(),
  termination_timeout: timeout()
}