mr_t v0.5.1 MrT.TestHandlerWatcher

Summary

Functions

handles EXIT messages from the GenEvent handler and restarts it

inits the GenServer by starting a new handler

starts the GenServer, this should be done by a Supervisor to ensure restarts if it itself goes down

Functions

handle_info(arg1, state)

handles EXIT messages from the GenEvent handler and restarts it

init(args)

inits the GenServer by starting a new handler

start_link(event_bus_id)

starts the GenServer, this should be done by a Supervisor to ensure restarts if it itself goes down