[erlang-questions] gen_event identifier

Camille Troillard lists@REDACTED
Mon May 19 18:50:01 CEST 2014


Hello,

Two gen_event handlers are disambiguated by using {Module, Id} as the Handler parameters of gen_event:add_handler/3.

I would like to know how I can get access to the Id part from within a Module:handle_event/2 callback. Is it possible?

Thanks!


Best,
Cam




More information about the erlang-questions mailing list