Reactor.Process.Dsl.RestartChild
(reactor_process v0.4.3)
View Source
A restart_child DSL entity for the Reactor.Process DSL extension.
Summary
Types
@type t() :: %Reactor.Process.Dsl.RestartChild{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), arguments: [Reactor.Dsl.Argument.t()], child_id: Reactor.Template.t(), description: nil | String.t(), guards: [Reactor.Guard.Build.t()], module: module(), name: any(), supervisor: Reactor.Template.t() | Supervisor.supervisor() }