Variable Config.event_handlers

Event handler config

struct Config
{
  // ...
  immutable(EventHandlerConfig)[] event_handlers ;
  // ...
}