Class TRSScheduledExecutorService

All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

public class TRSScheduledExecutorService extends ScheduledThreadPoolExecutor
A specialization of the ScheduledThreadPoolExecutor propagating the exceptions of the TRS providers outside of their respective threads to the TRS Client class
Author:
Omar
  • Constructor Details

    • TRSScheduledExecutorService

      public TRSScheduledExecutorService(int corePoolSize)
    • TRSScheduledExecutorService

      public TRSScheduledExecutorService(int corePoolSize, ThreadFactory tf)
  • Method Details