Public Member Functions | |
setQueue (MessageQueue $queue) | |
getQueue () | |
send (Message $message) | |
Static Public Member Functions | |
static | create () |
Private Member Functions | |
getStream () | |
Private Attributes | |
$queue = null | |
$stream = null |
Definition at line 12 of file TextFileSender.class.php.
static TextFileSender::create | ( | ) | [static] |
Definition at line 17 of file TextFileSender.class.php.
Referenced by getStream().
TextFileSender::getQueue | ( | ) |
Implements MessageQueueSender.
Definition at line 34 of file TextFileSender.class.php.
TextFileSender::getStream | ( | ) | [private] |
Definition at line 52 of file TextFileSender.class.php.
References create(), and Assert::isNotNull().
Referenced by send().
TextFileSender::send | ( | Message $ | message | ) |
Implements MessageQueueSender.
Definition at line 39 of file TextFileSender.class.php.
References getStream(), Message::getTimestamp(), and Assert::isInstance().
TextFileSender::setQueue | ( | MessageQueue $ | queue | ) |
Definition at line 22 of file TextFileSender.class.php.
References Assert::isInstance().
TextFileSender::$queue = null [private] |
Definition at line 14 of file TextFileSender.class.php.
TextFileSender::$stream = null [private] |
Definition at line 15 of file TextFileSender.class.php.