Ddd\Infrastructure\Application\Notification\AmqpExchangeListener::listensTo PHP Method

listensTo() abstract protected method

This method will be responsible to decide whether this listener listens to an specific event type or not, given an event type name
abstract protected listensTo ( string $typeName ) : boolean
$typeName string
return boolean
    protected abstract function listensTo($typeName);