Class MainQueueConfiguration
java.lang.Object
org.apache.sling.event.impl.jobs.config.MainQueueConfiguration
This is the configuration for the main queue.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Activate this component.Return the main queue configuration object.protected void
update
(MainQueueConfiguration.Config config) Configure this component.
-
Field Details
-
MAIN_QUEUE_NAME
- See Also:
-
-
Constructor Details
-
MainQueueConfiguration
public MainQueueConfiguration()
-
-
Method Details
-
activate
Activate this component.- Parameters:
config
- Configuration properties
-
update
Configure this component.- Parameters:
config
- Configuration properties
-
getMainConfiguration
Return the main queue configuration object.- Returns:
- The main queue configuration object.
-