LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract queue adapter
Provides functionality around setting message and message set classes.

string
$_messageClass= ''Zend_Cloud_QueueService_Message''
'Zend_Cloud_QueueService_Message'
Details
getMessageSetClass(
)
:
string
Get class to use for message collection objects
Type | Description |
---|---|
string |

setMessageClass(
string $class
)
:
\Zend_Cloud_QueueService_Adapter_AbstractAdapter
Set class to use for message objects
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Cloud_QueueService_Adapter_AbstractAdapter |

setMessageSetClass(
string $class
)
:
\Zend_Cloud_QueueService_Adapter_AbstractAdapter
Set class to use for message collection objects
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Cloud_QueueService_Adapter_AbstractAdapter |