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