MAKS\AmqpAgent\Config\PublisherParameters
A subset of AmqpAgentParameters class for the Publisher class.
Synopsis
class PublisherParameters
                extends AbstractParameters
            {
        - // constants
- const EXCHANGE_OPTIONS = AmqpAgentParameters::EXCHANGE_OPTIONS;
- const BIND_OPTIONS = AmqpAgentParameters::BIND_OPTIONS;
- const MESSAGE_OPTIONS = AmqpAgentParameters::MESSAGE_OPTIONS;
- const PUBLISH_OPTIONS = AmqpAgentParameters::PUBLISH_OPTIONS;
- // Inherited methods from AbstractParameters
- public final static array patch()
- public final static array patchWith()
Hierarchy
Coverage
| Methods | 0% | 0 / 0 | 
| Lines | 0% | 0 / 0 | 
Constants
| Name | Value | 
|---|---|
| EXCHANGE_OPTIONS | AmqpAgentParameters::EXCHANGE_OPTIONS | 
| BIND_OPTIONS | AmqpAgentParameters::BIND_OPTIONS | 
| MESSAGE_OPTIONS | AmqpAgentParameters::MESSAGE_OPTIONS | 
| PUBLISH_OPTIONS | AmqpAgentParameters::PUBLISH_OPTIONS | 
Methods
Inherited from MAKS\AmqpAgent\Config\AbstractParameters
public
- patch() — Patches the passed array with a class constant.
- patchWith() — Patches the passed array with another array.
History
- 
            2021-01-12T21:10:21+00:00 (commit #d09424b)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Add strict types declaration * Add declare(strict_types=1) to all files * Fix file header DocBlock spacing of all files 
- 
            2020-09-25T19:35:03+00:00 (commit #f68d351)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Add worker specific parameters class * Add AbstractWorkerParameters.php * Add PublisherParameters.php * Add ConsumerParameters.php