Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExchangeConfigItemInterface.php
Go to the documentation of this file.
1 <?php
7 
8 use \Magento\Framework\MessageQueue\Topology\Config\ExchangeConfigItem\BindingInterface;
9 
14 {
20  public function getName();
21 
27  public function getType();
28 
34  public function getConnection();
35 
41  public function isDurable();
42 
48  public function isAutoDelete();
49 
55  public function isInternal();
56 
62  public function getBindings();
63 
69  public function getArguments();
70 }