Reactor.Process.Dsl.StartLink
(reactor_process v0.4.3)
View Source
The start_link DSL entity for the Reactor.Process DSL extension.
Summary
Types
@type t() :: %Reactor.Process.Dsl.StartLink{ __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_started?: boolean(), fail_on_ignore?: boolean(), guards: [Reactor.Guard.Build.t()], name: any(), terminate_on_undo?: boolean(), termination_reason: any(), termination_timeout: timeout() }