Class Topology creates topology for Amqp messaging
- Deprecated:
- 100.2.0
Definition at line 22 of file Topology.php.
◆ __construct()
__construct |
( |
Config |
$amqpConfig, |
|
|
QueueConfig |
$queueConfig, |
|
|
CommunicationConfig |
$communicationConfig, |
|
|
\Psr\Log\LoggerInterface |
$logger |
|
) |
| |
Initialize dependencies
- Parameters
-
Config | $amqpConfig | |
QueueConfig | $queueConfig | |
CommunicationConfig | $communicationConfig | |
\Psr\Log\LoggerInterface | $logger | @SuppressWarnings(PHPMD.UnusedFormalParameter) |
Definition at line 52 of file Topology.php.
59 \
Magento\Framework\
App\ObjectManager::getInstance()->
get(TopologyConfig::class),
60 \
Magento\Framework\
App\ObjectManager::getInstance()->
get(ExchangeInstaller::class),
61 \
Magento\Framework\
App\ObjectManager::getInstance()->
get(ConfigPool::class),
62 \
Magento\Framework\
App\ObjectManager::getInstance()->
get(QueueInstaller::class),
63 \
Magento\Framework\
App\ObjectManager::getInstance()->
get(ConnectionTypeResolver::class),
◆ AMQP_CONNECTION
const AMQP_CONNECTION = 'amqp' |
◆ IS_DURABLE
◆ TOPIC_EXCHANGE
const TOPIC_EXCHANGE = 'topic' |
The documentation for this class was generated from the following file: