# `Instruments.Sysmon.Emitter`

The Emitter is a simple module that subscribes to the Reporter and will invoke
the corresponding handler on the Receiver.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `set_receiver`

```elixir
@spec set_receiver(term()) :: :ok
```

Sets the receiver module to handle system monitor events. Receiver modules must implement the `Instruments.Sysmon.Receiver` behaviour.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
