Uses of Class
org.apache.sling.event.impl.jobs.config.InternalQueueConfiguration
-
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.config
Modifier and TypeMethodDescriptionstatic InternalQueueConfiguration
InternalQueueConfiguration.fromConfiguration
(Map<String, Object> props, InternalQueueConfiguration.Config config) Create a new configuration from a configQueueConfigurationManager.getConfigurations()
Return all configurations.MainQueueConfiguration.getMainConfiguration()
Return the main queue configuration object.QueueConfigurationManager.getMainQueueConfiguration()
Get the configuration for the main queue.Modifier and TypeMethodDescriptionprotected void
QueueConfigurationManager.bindConfig
(InternalQueueConfiguration config) Add a new queue configuration.int
InternalQueueConfiguration.compareTo
(InternalQueueConfiguration other) protected void
QueueConfigurationManager.unbindConfig
(InternalQueueConfiguration config) Remove a queue configuration.protected void
QueueConfigurationManager.updateConfig
(InternalQueueConfiguration config) Update a queue configuration. -
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.queues
Modifier and TypeMethodDescriptionstatic JobQueueImpl
JobQueueImpl.createQueue
(String name, InternalQueueConfiguration config, QueueServices services, Set<String> topics, Set<String> haltedTopicsBackRef, org.apache.sling.event.impl.jobs.queues.OutdatedJobQueueInfo outdatedQueueInfo) Create a new queue.