public function add(MessageEvent $event) : void { $this->events[] = $event; $this->transports[$event->getTransport()] = true; }