Reactor.Process.Dsl.StartChild
(reactor_process v0.4.3)
View Source
A start_child DSL entity for the Reactor.Process DSL extension.
Summary
Types
@type t() :: %Reactor.Process.Dsl.StartChild{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), arguments: [Reactor.Dsl.Argument.t()], child_spec: Reactor.Process.Dsl.ChildSpec.t(), description: nil | String.t(), fail_on_already_present?: boolean(), fail_on_already_started?: boolean(), guards: [Reactor.Guard.Build.t()], module: module(), name: any(), supervisor: Reactor.Template.t() | Supervisor.supervisor(), terminate_on_undo?: boolean(), termination_reason: any(), termination_timeout: timeout() }