spring-framework / org.springframework.scheduling.concurrent / ThreadPoolTaskScheduler / getPoolSize

getPoolSize

open fun getPoolSize(): Int

Return the current pool size.

Requires an underlying ScheduledThreadPoolExecutor.

See Also
#getScheduledThreadPoolExecutor()java.util.concurrent.ScheduledThreadPoolExecutor#getPoolSize()