equal
deleted
inserted
replaced
11 * to license@zend.com so we can send you a copy immediately. |
11 * to license@zend.com so we can send you a copy immediately. |
12 * |
12 * |
13 * @category Zend |
13 * @category Zend |
14 * @package Zend_Cloud |
14 * @package Zend_Cloud |
15 * @subpackage QueueService |
15 * @subpackage QueueService |
16 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
16 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 */ |
18 */ |
19 |
19 |
20 /** |
20 /** |
21 * Common interface for queue services in the cloud. This interface supports |
21 * Common interface for queue services in the cloud. This interface supports |
29 * support in future versions of the interface. |
29 * support in future versions of the interface. |
30 * |
30 * |
31 * @category Zend |
31 * @category Zend |
32 * @package Zend_Cloud |
32 * @package Zend_Cloud |
33 * @subpackage QueueService |
33 * @subpackage QueueService |
34 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
35 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 * @license http://framework.zend.com/license/new-bsd New BSD License |
36 */ |
36 */ |
37 interface Zend_Cloud_QueueService_Adapter |
37 interface Zend_Cloud_QueueService_Adapter |
38 { |
38 { |
39 /** Ctor HTTP adapter option */ |
39 /** Ctor HTTP adapter option */ |