Uses of Class
org.apache.sling.event.impl.jobs.config.InternalQueueConfiguration
Packages that use InternalQueueConfiguration
-
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.config
Fields in org.apache.sling.event.impl.jobs.config declared as InternalQueueConfigurationMethods in org.apache.sling.event.impl.jobs.config that return InternalQueueConfigurationModifier and TypeMethodDescriptionstatic InternalQueueConfigurationInternalQueueConfiguration.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.Methods in org.apache.sling.event.impl.jobs.config with parameters of type InternalQueueConfigurationModifier and TypeMethodDescriptionprotected voidQueueConfigurationManager.bindConfig(InternalQueueConfiguration config) Add a new queue configuration.intInternalQueueConfiguration.compareTo(InternalQueueConfiguration other) protected voidQueueConfigurationManager.unbindConfig(InternalQueueConfiguration config) Remove a queue configuration.protected voidQueueConfigurationManager.updateConfig(InternalQueueConfiguration config) Update a queue configuration. -
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.queues
Methods in org.apache.sling.event.impl.jobs.queues that return InternalQueueConfigurationMethods in org.apache.sling.event.impl.jobs.queues with parameters of type InternalQueueConfigurationModifier and TypeMethodDescriptionstatic JobQueueImplJobQueueImpl.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.