Class PausibleScheduledThreadPoolExecutor

    • Constructor Detail

      • PausibleScheduledThreadPoolExecutor

        public PausibleScheduledThreadPoolExecutor​(int corePoolSize)
      • PausibleScheduledThreadPoolExecutor

        public PausibleScheduledThreadPoolExecutor​(int corePoolSize,
                                                   ThreadFactory threadFactory)
    • Method Detail

      • isPaused

        public boolean isPaused()

        isPaused

        Returns:
        a boolean.
      • pause

        public void pause()

        pause

      • resume

        public void resume()

        resume