Thruway\Subscription\StateHandlerRegistry::initModule PHP Метод

initModule() публичный Метод

Gets called when the module is initialized in the router
public initModule ( Thruway\Peer\RouterInterface $router, React\EventLoop\LoopInterface $loop )
$router Thruway\Peer\RouterInterface
$loop React\EventLoop\LoopInterface
    public function initModule(RouterInterface $router, LoopInterface $loop)
    {
        parent::initModule($router, $loop);
        $this->routerRealm = $router->getRealmManager()->getRealm($this->getRealm());
        $this->broker = $this->routerRealm->getBroker();
        $this->broker->setStateHandlerRegistry($this);
    }