Beethoven.TestRole (Beethoven v0.3.9)

Test role to test RoleServer operations.

A role is just another PID of some kind. Module must have start_link/1 that returns {:ok, pid()} or the role will fail to load.

Summary

Functions

Returns a specification to start this module under a supervisor.

Entry point for RolServer/Supervisor

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

Entry point for RolServer/Supervisor