PHP 클래스 Namshi\Notificator\Notification\Handler\RabbitMQ

상속: implements Namshi\Notificator\Notification\Handler\HandlerInterface
파일 보기 프로젝트 열기: namshi/notificator

보호된 프로퍼티들

프로퍼티 타입 설명
$publisher

공개 메소드들

메소드 설명
__construct ( PhpAmqpLib\Channel\AMQPChannel $publisher ) Constructor.
getPublisher ( ) : PhpAmqpLib\Channel\AMQPChannel
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( PhpAmqpLib\Channel\AMQPChannel $publisher )
$publisher PhpAmqpLib\Channel\AMQPChannel

getPublisher() 공개 메소드

public getPublisher ( ) : PhpAmqpLib\Channel\AMQPChannel
리턴 PhpAmqpLib\Channel\AMQPChannel

handle() 공개 메소드

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

shouldHandle() 공개 메소드

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

프로퍼티 상세

$publisher 보호되어 있는 프로퍼티

protected $publisher