View Source Cloister.Manager (cloister v0.17.3)

Use this module to start Cloister manually inside the application supervision tree instead of running it as an application (default.)

This is not recommended and requires better understanding of internals. Also, :cloister must be put into :included_applications section of your application mix.exs to prevent the application from starting up during the dependent applications starting phase.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the cloister manager process in the supervision tree

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec start_link(opts :: keyword()) :: GenServer.on_start()

Starts the cloister manager process in the supervision tree