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
Modifier and TypeFieldDescriptionorg.osgi.service.event.EventAdmin
-
Constructor Summary
-
Method Summary
-
Field Details
-
configuration
-
jobConsumerManager
-
eventAdmin
public org.osgi.service.event.EventAdmin eventAdmin -
threadPoolManager
-
statisticsManager
-
eventingThreadPool
-
-
Constructor Details
-
QueueServices
public QueueServices()
-