class BaseHandler extends Plugin

Base Queue handler object. QueueHandler children define a handle method to accept the queued object.

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.

Methods

__construct()

No description

setUp()

No description

tearDown()

No description

Details

at line line 24
__construct()

at line line 28
setUp()

at line line 32
tearDown()