bandwidthThrottle\tokenBucket\BlockingConsumer::__construct PHP Method

__construct() public method

Set the token bucket.
public __construct ( TokenBucket $bucket )
$bucket TokenBucket The token bucket.
    public function __construct(TokenBucket $bucket)
    {
        $this->bucket = $bucket;
    }
BlockingConsumer