Class message exchange.
@api
- Since
- 100.0.0
Definition at line 23 of file Exchange.php.
◆ __construct()
__construct |
( |
Config |
$amqpConfig, |
|
|
PublisherConfig |
$publisherConfig, |
|
|
ResponseQueueNameBuilder |
$responseQueueNameBuilder, |
|
|
CommunicationConfigInterface |
$communicationConfig, |
|
|
|
$rpcConnectionTimeout = self::RPC_CONNECTION_TIMEOUT |
|
) |
| |
Initialize dependencies.
- Parameters
-
Config | $amqpConfig | |
PublisherConfig | $publisherConfig | |
ResponseQueueNameBuilder | $responseQueueNameBuilder | |
CommunicationConfigInterface | $communicationConfig | |
int | $rpcConnectionTimeout | |
- Since
- 100.0.0
Definition at line 62 of file Exchange.php.
69 $this->amqpConfig = $amqpConfig;
70 $this->communicationConfig = $communicationConfig;
71 $this->rpcConnectionTimeout = $rpcConnectionTimeout;
72 $this->publisherConfig = $publisherConfig;
73 $this->responseQueueNameBuilder = $responseQueueNameBuilder;
◆ RPC_CONNECTION_TIMEOUT
const RPC_CONNECTION_TIMEOUT = 30 |
The documentation for this class was generated from the following file: