| 1 | <?php |
||
| 15 | final class WebhookProducer |
||
| 16 | { |
||
| 17 | /** @var ProducerInterface */ |
||
| 18 | private $producer; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * RatesCollector constructor. |
||
| 22 | * |
||
| 23 | * @param ProducerInterface $producer |
||
| 24 | */ |
||
| 25 | public function __construct(ProducerInterface $producer) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param Webhook $message |
||
| 32 | */ |
||
| 33 | public function publish(Webhook $message) |
||
| 37 | |||
| 38 | } |