Reactor.Process.Dsl.ChildSpec
(reactor_process v0.4.3)
View Source
The child_spec DSL entity for the Reactor.Process DSL extension.
Summary
Types
@type t() :: %Reactor.Process.Dsl.ChildSpec{ __identifier__: any(), __spark_metadata__: Spark.Dsl.Entity.spark_meta(), description: nil | String.t(), source: Reactor.Template.t() | Supervisor.module_spec(), transform: nil | (any() -> Supervisor.module_spec()) | {module(), keyword()} | mfa() }