Class FixedSizedSchedulerImpl

All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService, ScheduledExecutorService

public class FixedSizedSchedulerImpl extends ScheduledThreadPoolExecutor
  • Constructor Details

    • FixedSizedSchedulerImpl

      public FixedSizedSchedulerImpl(int corePoolSize, String poolName)
      Create scheduler with fixed size.
      Parameters:
      corePoolSize - core pool size
      poolName - name of pool to identify threads