Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Ddd
Application
Notification
MessageProducer
PHP Interface Ddd\Application\Notification\MessageProducer
Mostra file
Open project: carlosbuenosvinos/ddd
Interface Usage Examples
Public Methods
Method
Description
close
(
$exchangeName
)
open
(
$exchangeName
)
send
(
$exchangeName
,
string
$notificationMessage
,
string
$notificationType
,
integer
$notificationId
,
DateTime
$notificationOccurredOn
)
Method Details
close()
public
method
public
close
(
$exchangeName
)
open()
public
method
public
open
(
$exchangeName
)
send()
public
method
public
send
(
$exchangeName
,
string
$notificationMessage
,
string
$notificationType
,
integer
$notificationId
,
DateTime
$notificationOccurredOn
)
$exchangeName
$notificationMessage
string
$notificationType
string
$notificationId
integer
$notificationOccurredOn
DateTime