Sokil\Mongo\Queue::__construct PHP Method

__construct() public method

public __construct ( Database $database, $channel )
$database Database
    public function __construct(Database $database, $channel)
    {
        $this->collection = $database->getCollection($channel)->disableDocumentPool();
    }