View Source ProcessHub.Handler.ChildrenAdd.StartHandle (ProcessHub v0.1.0-alpha)
Handler for starting child processes.
Summary
Types
@type t() :: %ProcessHub.Handler.ChildrenAdd.StartHandle{ children: [ %{child_spec: ProcessHub.child_spec(), reply_to: ProcessHub.reply_to()} ], dist_sup: ProcessHub.DistributedSupervisor.pname(), hash_ring: :hash_ring.ring(), hub_id: ProcessHub.hub_id(), redun_strategy: ProcessHub.Strategy.Redundancy.Base.t(), sync_strategy: ProcessHub.Strategy.Synchronization.Base.t() }
Functions
@spec handle(t()) :: :ok