Class ExecutorServiceUtil


  • @Deprecated(since="2022-01-27")
    public class ExecutorServiceUtil
    extends Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Static utility methods for manipulating an ExecutorService.
    • Constructor Detail

      • ExecutorServiceUtil

        public ExecutorServiceUtil()
        Deprecated.
    • Method Detail

      • newExecutorService

        public static ExecutorService newExecutorService()
        Deprecated.
        Creates an executor service suitable for use by logback components.
        Returns:
        executor service
      • shutdown

        public static void shutdown​(ExecutorService executorService)
        Deprecated.
        Shuts down an executor service.

        Parameters:
        executorService - the executor service to shut down