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
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for Supervisor.init/1.