. * * @package LibreNMS * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ namespace LibreNMS\Interfaces\Polling; interface MempoolsPolling { /** * @param \Illuminate\Support\Collection $mempools \App\Models\Mempool * @return \Illuminate\Support\Collection \App\Models\Mempool */ public function pollMempools($mempools); }