Method |
Description |
|
__construct ( ) |
Construct method for initializate all data |
|
collect ( Request $request, Response $response, Exception $exception = null ) |
Collects data for the given Request and Response. |
|
getName ( ) : string |
Return collector name |
|
getProducer ( ) : Array |
Get producer collection |
|
getPublisher ( ) : Array |
Get publisher collection |
|
getTotal ( ) : integer |
Get total of queue interactions |
|
onProducerAction ( Mmoreram\RSQueueBundle\Event\RSQueueProducerEvent $event ) : QueueCollector |
Subscribed to RSQueueProducer event. |
|
onPublisherAction ( Mmoreram\RSQueueBundle\Event\RSQueuePublisherEvent $event ) : QueueCollector |
Subscribed to RSQueuePublisher event. |
|