single(); return $eao && $eao->automsgs; } /** * Return TRUE if the process class handled the message. * * @param Message $msg * @return bool */ abstract public static function handle(Message $msg): bool; }