Clover v0.1.0 Clover View Source

The Clover application

Link to this section Summary

Link to this section Functions

Link to this function start_robot(name, mod, adapter, opts \\ []) View Source

Start a robot outside of the Clover supervision tree.

The robot’s pid will still be registered in the Clover registry, but the processes will not be supervised by Clover, and you can manage link the robot into your own supervision tree. Returns the pid of the robot’s supervisor.

To stop the robot, call Supervisor.stop(pid).

Link to this function start_supervised_robot(name, mod, adapter, opts \\ []) View Source
Link to this function stop_supervised_robot(robot) View Source
stop_supervised_robot(String.t()) :: :ok | {:error, :not_found}
Link to this function whereis_robot_adapter(robot) View Source