MAKS\AmqpAgent\Config\ConsumerParameters
A subset of AmqpAgentParameters class for the Consumer class.
Synopsis
class ConsumerParameters
                extends AbstractParameters
            {
        - // constants
- const QOS_OPTIONS = AmqpAgentParameters::QOS_OPTIONS;
- const WAIT_OPTIONS = AmqpAgentParameters::WAIT_OPTIONS;
- const CONSUME_OPTIONS = AmqpAgentParameters::CONSUME_OPTIONS;
- const ACK_OPTIONS = AmqpAgentParameters::ACK_OPTIONS;
- const NACK_OPTIONS = AmqpAgentParameters::NACK_OPTIONS;
- const GET_OPTIONS = AmqpAgentParameters::GET_OPTIONS;
- const CANCEL_OPTIONS = AmqpAgentParameters::CANCEL_OPTIONS;
- const RECOVER_OPTIONS = AmqpAgentParameters::RECOVER_OPTIONS;
- const REJECT_OPTIONS = AmqpAgentParameters::REJECT_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 | 
|---|---|
| QOS_OPTIONS | AmqpAgentParameters::QOS_OPTIONS | 
| WAIT_OPTIONS | AmqpAgentParameters::WAIT_OPTIONS | 
| CONSUME_OPTIONS | AmqpAgentParameters::CONSUME_OPTIONS | 
| ACK_OPTIONS | AmqpAgentParameters::ACK_OPTIONS | 
| NACK_OPTIONS | AmqpAgentParameters::NACK_OPTIONS | 
| GET_OPTIONS | AmqpAgentParameters::GET_OPTIONS | 
| CANCEL_OPTIONS | AmqpAgentParameters::CANCEL_OPTIONS | 
| RECOVER_OPTIONS | AmqpAgentParameters::RECOVER_OPTIONS | 
| REJECT_OPTIONS | AmqpAgentParameters::REJECT_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