Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data.php
Go to the documentation of this file.
1 <?php
7 
9 
14 {
18  public function __construct(
19  \Magento\Framework\MessageQueue\Consumer\Config\ReaderInterface $reader,
20  \Magento\Framework\Config\CacheInterface $cache,
21  $cacheId = 'message_queue_consumer_config_cache',
22  SerializerInterface $serializer = null
23  ) {
24  parent::__construct($reader, $cache, $cacheId, $serializer);
25  }
26 }
__construct(\Magento\Framework\MessageQueue\Consumer\Config\ReaderInterface $reader, \Magento\Framework\Config\CacheInterface $cache, $cacheId='message_queue_consumer_config_cache', SerializerInterface $serializer=null)
Definition: Data.php:18