package org.warp.commonutils.concurrency.executor; public interface QueueSizeUpdater { void update(boolean isBeforeRunning); }