View Source Sorcery.Domain.Registry (Sorcery v0.1.0)

Registry for domain processes.

This registry is used to track all domain processes in the system. Each domain process is registered with a unique name:

  • ID-based domains: {DomainModule, "id"}
  • Singleton domains: DomainModule

Summary

Functions

Starts the domain registry.

Functions

child_spec(opts)

start_link()

Starts the domain registry.