MAKS\AmqpAgent\Worker\ConsumerInterface::cancel
Ends a queue consumer.
Signature
public function cancel(AMQPChannel
        $_channel,
            [array
        $parameters = NULL] )
            
        Parameters
- $_channel— PhpAmqpLib\Channel\AMQPChannel
- The channel that should be used.
 
- $parameters— array
- [optional] The overrides for the default cancel options.
 
Returns
- mixed