|
| __construct (Config $amqpConfig, QueueConfig $queueConfig, CommunicationConfigInterface $communicationConfig, $rpcConnectionTimeout=self::RPC_CONNECTION_TIMEOUT) |
|
| __construct (Config $amqpConfig, PublisherConfig $publisherConfig, ResponseQueueNameBuilder $responseQueueNameBuilder, CommunicationConfigInterface $communicationConfig, $rpcConnectionTimeout=self::RPC_CONNECTION_TIMEOUT) |
|
| enqueue ($topic, EnvelopeInterface $envelope) |
|
{}
- Deprecated:
- 100.2.0
Definition at line 18 of file Exchange.php.
◆ __construct()
__construct |
( |
Config |
$amqpConfig, |
|
|
QueueConfig |
$queueConfig, |
|
|
CommunicationConfigInterface |
$communicationConfig, |
|
|
|
$rpcConnectionTimeout = self::RPC_CONNECTION_TIMEOUT |
|
) |
| |
Initialize dependencies.
- Parameters
-
Config | $amqpConfig | |
QueueConfig | $queueConfig | |
CommunicationConfigInterface | $communicationConfig | |
int | $rpcConnectionTimeout | @SuppressWarnings(PHPMD.UnusedFormalParameter) |
Definition at line 30 of file Exchange.php.
38 $this->getPublisherConfig(),
39 $this->getResponseQueueNameBuilder(),
The documentation for this class was generated from the following file: