Reactor.Process.Dsl.ChildSpec (reactor_process v0.4.2)

View Source

The child_spec DSL entity for the Reactor.Process DSL extension.

Summary

Types

t()

@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()
}