connections = $connections; $this->seedConnections = $connections; $this->selector = $selector; $this->connectionPoolParams = $connectionPoolParams; $this->connectionFactory = $factory; } abstract public function nextConnection(bool $force = false): ConnectionInterface; abstract public function scheduleCheck(): void; }