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