Extension point implementation
In component org.nuxeo.ecm.core.work.service
Documentation
Defines the implementation of the queuing mechanism:
<queuing class="org.nuxeo.ecm.core.redis.contribs.RedisWorkQueuing"/>
The class must be a subclass of org.nuxeo.ecm.core.work.WorkQueuing.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="implementation" target="org.nuxeo.ecm.core.work.service"> <queuing class="org.nuxeo.ecm.core.work.MemoryWorkQueuing"/> </extension>