worker_tracker v0.4.1 WorkerTracker.RegistryHelper
A collection of helpers to manipulate registries.
Link to this section Summary
Types
The registry identifier
Functions
Send a payload to the given channel for all subscribers of the registry.
Get all registered instances from the WorkerTracker Registry.
Lookup an instance in the WorkerTracker Registry.
Construct a name via registry tuple for naming GenServer processes
Register an instance with the WorkerTracker InstanceRegistry.
Determine if the WorkerTracker Registry contains the given instance.
Link to this section Types
The registry identifier
Link to this section Functions
dispatch(registry, channel, payload)
Send a payload to the given channel for all subscribers of the registry.
Get all registered instances from the WorkerTracker Registry.
Lookup an instance in the WorkerTracker Registry.
name_via_registry(registry, instance)
Construct a name via registry tuple for naming GenServer processes
notify(channel, payload)
register(instance)
Register an instance with the WorkerTracker InstanceRegistry.
registry_contains?(registry, instance)
Determine if the WorkerTracker Registry contains the given instance.