|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.event.impl.jobs.config.MainQueueConfiguration
@Service(value=MainQueueConfiguration.class) @Properties(value={@Property(name="queue.priority",value="NORM",options={@PropertyOption(name="NORM",value="Norm"),@PropertyOption(name="MIN",value="Min"),@PropertyOption(name="MAX",value="Max")}),@Property(name="queue.retries",intValue=10),@Property(name="queue.retrydelay",longValue=2000L),@Property(name="queue.maxparallel",intValue=15)}) public class MainQueueConfiguration
This is the configuration for the main queue.
Constructor Summary | |
---|---|
MainQueueConfiguration()
|
Method Summary | |
---|---|
protected void |
activate(Map<String,Object> props)
Activate this component. |
InternalQueueConfiguration |
getMainConfiguration()
|
protected void |
update(Map<String,Object> props)
Configure this component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainQueueConfiguration()
Method Detail |
---|
@Activate protected void activate(Map<String,Object> props)
props
- Configuration properties@Modified protected void update(Map<String,Object> props)
props
- Configuration propertiespublic InternalQueueConfiguration getMainConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |