Class FlushingBatch
BatchInterface decorator used to add automatic flushing of the queue when the size of the queue reaches a threshold.
- Guzzle\Batch\AbstractBatchDecorator implements Guzzle\Batch\BatchInterface
- Guzzle\Batch\FlushingBatch
public
|
|
public
|
|
public
integer
|
|
public
|
__call(),
flush(),
getDecorators(),
isEmpty()
|
protected
integer
|
$threshold |
|
#
The threshold for which to automatically flush |
protected
integer
|
$currentTotal | 0 |
#
Current number of items known to be in the queue |
$decoratedBatch
|