#Module gproc_monitor# * [Description](#description) * [Function Index](#index) * [Function Details](#functions) This module implements a notification system for gproc names When a process subscribes to notifications for a given name, a message will be sent each time that name is registered. __Behaviours:__ [`gen_server`](gen_server.md). __Authors:__ Ulf Wiger ([`ulf.wiger@feuerlabs.com`](mailto:ulf.wiger@feuerlabs.com)). ##Function Index##
start_link/0 | Starts the server. |
subscribe/1 | Subscribe to registration events for a certain name. |
unsubscribe/1 | Unsubscribe from registration events for a certain name. |
start_link() -> {ok, Pid} | ignore | {error, Error}
subscribe(Key::key()) -> ok
unsubscribe(Key::key()) -> ok