Class SMSThreadPool


  • @Supported
    public class SMSThreadPool
    extends Object
    The class SMSThreadPool provides interfaces to manage notification thread pools shared by idm and sm.
    • Method Detail

      • scheduleTask

        @Supported
        public static void scheduleTask​(Runnable task)
        Schedule a task for SMSThreadPool to run.
        Parameters:
        task - The task to be scheduled.