Class QueueServices

java.lang.Object
org.apache.sling.event.impl.jobs.queues.QueueServices

public class QueueServices extends Object
The queue services class is a helper class containing all services used by the queue implementations. This avoids passing a set of separate objects.
  • Field Details

    • configuration

      public JobManagerConfiguration configuration
    • jobConsumerManager

      public JobConsumerManager jobConsumerManager
    • eventAdmin

      public org.osgi.service.event.EventAdmin eventAdmin
    • threadPoolManager

      public org.apache.sling.commons.threads.ThreadPoolManager threadPoolManager
    • statisticsManager

      public StatisticsManager statisticsManager
    • eventingThreadPool

      public org.apache.sling.commons.threads.ThreadPool eventingThreadPool
  • Constructor Details

    • QueueServices

      public QueueServices()