Class ProcessQueueInitializer


  • public class ProcessQueueInitializer
    extends Object
    Initializes the queue listening for the current server. If it does not find a configuration, will create one with a default number of threads.
    Since:
    6.1.0
    Version:
    $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
    • Method Detail

      • init

        public static void init()
        Executes the process queue initialization.
        Since:
        14.1.0
        See Also:
        ProcessQueueInitializer
      • destroy

        public static void destroy()
        Destroy the queue service.
        Since:
        7.1.0
      • isProcessQueueActive

        public static boolean isProcessQueueActive()
        Returns whether the process queue is active (available for processing tasks).
        Returns:
        true if active, false otherwise.
        Since:
        14.1.0