Class ExecutorServiceUtil

java.lang.Object
ch.qos.logback.core.util.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 Details

    • ExecutorServiceUtil

      public ExecutorServiceUtil()
      Deprecated.
  • Method Details

    • newScheduledExecutorService

      public static ScheduledExecutorService newScheduledExecutorService()
      Deprecated.
    • 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