Logidav Docs

MeduseQueueProcessorCommand extends ContainerAwareCommand
in package
uses LockableTrait

Class MeduseQueueProcessorCommand

Table of Contents

Properties

$_processedMessages  : mixed
$entityManager  : EntityManagerInterface
$logService  : LogServiceInterface|null
$meduseQueueRepository  : MeduseQueueRepository|null
$meduseQueueService  : MeduseQueueService|null
$name  : null
$queueService  : QueueServiceInterface
$rabbitMqService  : RabbitMqService|null

Methods

__construct()  : mixed
configure()  : mixed
Configure
execute()  : int|null
processQueues()  : mixed

Properties

Methods

__construct()

public __construct([mixed $name = null ][, QueueServiceInterface|null $queueService = null ][, LogServiceInterface|null $logService = null ][, MeduseQueueRepository|null $meduseQueueRepository = null ][, MeduseQueueService $meduseQueueService = null ]) : mixed
Parameters
$name : mixed = null
$queueService : QueueServiceInterface|null = null
$logService : LogServiceInterface|null = null
$meduseQueueRepository : MeduseQueueRepository|null = null
$meduseQueueService : MeduseQueueService = null

execute()

protected execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
Exception
Return values
int|null

        
On this page

Search results