herd v0.4.2 Herd.Supervisor View Source
Creates a Supervisor for the herd’s internal registry, it’s pool of pools, and the cluster. Use with:
defmodule MyHerdSupervisor do
use Herd.Supervisor, otp_app: :my_app,
cluster: MyCluster,
pool: MyPool
end