\Ceo\Core\QueueHandlersAuditLogHandler

Handles queue actions for AuditLogs

They can also define a STATIC method called 'tearDown' that will be called after all messages have been processed to handle grouped items.

Keep in mind that all queue objects should provide an SRN as the Queue handlers are run in the global scope, not client scope.

Summary

Methods
Properties
Constants
__construct()
setUp()
tearDown()
handle()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$originalService
$originalClient
N/A

Properties

$originalService

$originalService : 

Type

$originalClient

$originalClient : 

Type

Methods

__construct()

__construct() 

setUp()

setUp() 

tearDown()

tearDown() 

handle()

handle(  $data) 

Stores user and log data from audit log queue

Parameters

$data