PhoenixKitBilling.Supervisor (PhoenixKitBilling v0.3.1)

Copy Markdown View Source

Supervisor for PhoenixKit Billing system.

Manages billing background processes. Add to your application's supervision tree:

# In lib/your_app/application.ex
children = [
  PhoenixKitBilling.Supervisor
]

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(opts)

Callback implementation for Supervisor.init/1.

start_link(opts \\ [])