icingadb-web/library/Icingadb/Data/VolatileJsonResults.php

15 lines
343 B
PHP

<?php
/* Icinga DB Web | (c) 2024 Icinga GmbH | GPLv2 */
namespace Icinga\Module\Icingadb\Data;
use Icinga\Module\Icingadb\Redis\VolatileStateResults;
/**
* @internal This class is supposed to be used by {@see JsonResultSet::stream()} only.
*/
final class VolatileJsonResults extends VolatileStateResults
{
use JsonResultSetUtils;
}