Classes, interfaces, and traits

Zend_Cloud_QueueService_Adapter

Common interface for queue services in the cloud. This interface supports most queue services and provides some flexibility for vendor-specific features and requirements via an optional $options array in each method signature. Classes implementing this interface should implement URI construction for queues from the parameters given in each method and the account data passed in to the constructor. Classes implementing this interface are also responsible for security; access control isn't currently supported in this interface, although we are considering access control support in future versions of the interface.

« More »

Zend_Cloud_QueueService_Adapter_AbstractAdapter

Abstract queue adapter

« More »

Zend_Cloud_QueueService_Adapter_Sqs

SQS adapter for simple queue service.

« More »

Zend_Cloud_QueueService_Adapter_WindowsAzure

WindowsAzure adapter for simple queue service.

« More »

Zend_Cloud_QueueService_Adapter_ZendQueue

WindowsAzure adapter for simple queue service.

« More »

Zend_Cloud_QueueService_Exception

« More »

Zend_Cloud_QueueService_Factory

Abstract factory for Zend_Cloud resources

« More »

Zend_Cloud_QueueService_Message

Generic message class

« More »

Zend_Cloud_QueueService_MessageSet

Collection of message objects

« More »