Class QueueServices
java.lang.Object
org.apache.sling.event.impl.jobs.queues.QueueServices
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 Summary
FieldsModifier and TypeFieldDescriptionorg.osgi.service.event.EventAdminorg.apache.sling.commons.threads.ThreadPoolorg.apache.sling.commons.threads.ThreadPoolManager -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configuration
-
jobConsumerManager
-
eventAdmin
public org.osgi.service.event.EventAdmin eventAdmin -
threadPoolManager
public org.apache.sling.commons.threads.ThreadPoolManager threadPoolManager -
statisticsManager
-
eventingThreadPool
public org.apache.sling.commons.threads.ThreadPool eventingThreadPool
-
-
Constructor Details
-
QueueServices
public QueueServices()
-