Hedwig v1.0.0-rc2 Hedwig

Hedwig Application

Starting a robot

{:ok, pid} = Hedwig.start_robot(MyApp.Robot, name: "alfred")

Stopping a robot

pid = Hedwig.whereis("alfred")
Hedwig.stop_client(pid)

Summary

Functions

Starts a robot with the given configuration

Stops a robot with the given PID

Find a robot PID by name through the Hedwig.Registry

List all robots

Functions

start_robot(robot, opts \\ [])

Starts a robot with the given configuration.

stop_robot(pid)

Stops a robot with the given PID.

whereis(name)

Find a robot PID by name through the Hedwig.Registry.

which_robots()

List all robots.