Reactor.Process.Step.DeleteChild (reactor_process v0.4.2)
View SourceDeletes a child specification by id from a Supervisor.
See the documentation for Supervisor.delete_child/2
for more information.
Arguments
:supervisor
- Required. The supervisor to query:child_id
(term/0
) - Required. The ID of the child to remove
Options
:module
(module/0
) - The module to use. Must exportcount_children/1
The default value isSupervisor
.