MAKS\AmqpAgent\Config\AmqpAgentParameters
A class that contains all AMQP Agent parameters as constants.
Synopsis
class AmqpAgentParameters
                extends AbstractParameters
            {
        - // constants
- const PREFIX = 'maks.amqp.agent.';
- const COMMAND_PREFIX = '__COMMAND__';
- const COMMAND_SYNTAX = ;
- const CONNECTION_OPTIONS = ;
- const CHANNEL_OPTIONS = ;
- const QUEUE_OPTIONS = ;
- const EXCHANGE_OPTIONS = ;
- const BIND_OPTIONS = ;
- const MESSAGE_OPTIONS = ;
- const PUBLISH_OPTIONS = ;
- const QOS_OPTIONS = ;
- const WAIT_OPTIONS = ;
- const CONSUME_OPTIONS = ;
- const ACK_OPTIONS = ;
- const NACK_OPTIONS = ;
- const GET_OPTIONS = ;
- const CANCEL_OPTIONS = ;
- const RECOVER_OPTIONS = ;
- const REJECT_OPTIONS = ;
- const RPC_CONNECTION_OPTIONS = self::CONNECTION_OPTIONS;
- const RPC_QUEUE_NAME = self::PREFIX . 'maks.amqp.agent.rpc.queue;
- // 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 | 
|---|---|
| PREFIX | 'maks.amqp.agent.' | 
| COMMAND_PREFIX | '__COMMAND__' | 
| COMMAND_SYNTAX | |
| CONNECTION_OPTIONS | |
| CHANNEL_OPTIONS | |
| QUEUE_OPTIONS | |
| EXCHANGE_OPTIONS | |
| BIND_OPTIONS | |
| MESSAGE_OPTIONS | |
| PUBLISH_OPTIONS | |
| QOS_OPTIONS | |
| WAIT_OPTIONS | |
| CONSUME_OPTIONS | |
| ACK_OPTIONS | |
| NACK_OPTIONS | |
| GET_OPTIONS | |
| CANCEL_OPTIONS | |
| RECOVER_OPTIONS | |
| REJECT_OPTIONS | |
| RPC_CONNECTION_OPTIONS | self::CONNECTION_OPTIONS | 
| RPC_QUEUE_NAME | self::PREFIX . 'maks.amqp.agent.rpc.queue | 
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 #9bff3c8)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Update amqp agent parameters class * Update DocBlocks 
- 
            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-12-02T22:54:17+00:00 (commit #a069cc3)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Update amqp agent parameters class * Add parameters for RPC endpoints 
- 
            2020-09-25T19:32:53+00:00 (commit #6417f7d)Author: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) / Commiter: Marwan Al-Soltany (MarwanAlsoltany@gmail.com) Add amqp agent parameters class * Add AmqpAgentParameters.php