View Source WorkflowMetal.Registration.LocalRegistry (workflow_metal v0.2.1)

Local process registration, restricted to a single node, using Elixir's Registry module.

Link to this section Summary

Functions

Return a supervisor spec for the registry.

Return a :via tuple to route a message to a process by its registered name.

Link to this section Functions

Link to this function

child_spec(application, config)

View Source

Return a supervisor spec for the registry.

Link to this function

via_tuple(adapter_meta, name)

View Source

Return a :via tuple to route a message to a process by its registered name.