Esempio n. 1
0
 private function wait()
 {
     return $this->transport->getMessage();
 }
Esempio n. 2
0
 public function addTransport(TransportInterface $transport)
 {
     $this->transports[$transport->getName()] = $transport;
 }