MAKS\AmqpAgent\Worker\ConsumerInterface::get
Gets a message object from a channel, direct access to a queue.
Signature
public function get(AMQPChannel
        $_channel,
            [array
        $parameters = NULL] )
            
        Parameters
- $_channel— PhpAmqpLib\Channel\AMQPChannel
- The channel that should be used.
 
- $parameters— array
- [optional] The overrides for the default get options.
 
Returns
- AMQPMessage|null