Prooph\ServiceBus\Plugin\Router\EventRouter::andTo PHP Méthode

andTo() public méthode

Alias for method to
public andTo ( string | object | callable $eventListener )
$eventListener string | object | callable
    public function andTo($eventListener)
    {
        return $this->to($eventListener);
    }