PHP 클래스 Ddd\Infrastructure\Application\Notification\AmqpMessageProducer

상속: implements Ddd\Application\Notification\MessageProducer
파일 보기 프로젝트 열기: carlosbuenosvinos/ddd 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$exchange AMQPExchange AMQP message exchange to send messages to.

공개 메소드들

메소드 설명
__construct ( AMQPExchange $exchange )
close ( $exchangeName )
open ( $exchangeName )
send ( $exchangeName, $notificationMessage, $notificationType, $notificationId, DateTime $notificationOccurredOn )

메소드 상세

__construct() 공개 메소드

public __construct ( AMQPExchange $exchange )
$exchange AMQPExchange

close() 공개 메소드

public close ( $exchangeName )

open() 공개 메소드

public open ( $exchangeName )

send() 공개 메소드

public send ( $exchangeName, $notificationMessage, $notificationType, $notificationId, DateTime $notificationOccurredOn )
$notificationOccurredOn DateTime

프로퍼티 상세

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

AMQP message exchange to send messages to.
protected AMQPExchange $exchange
리턴 AMQPExchange